mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 09:02:45 +08:00
chore: Add tables
This commit is contained in:
parent
ed01a4df61
commit
4aa684e186
1 changed files with 19 additions and 0 deletions
|
@ -1044,6 +1044,25 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Config th {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#rl-app .table-bordered,
|
||||
#rl-app .table td,
|
||||
#rl-app .table th {
|
||||
border-color: var(--color-border-dark);
|
||||
}
|
||||
|
||||
#rl-app .table-hover tbody tr:hover td,
|
||||
#rl-app .table-hover tbody tr:hover th {
|
||||
background-color: var(--color-background-hover);
|
||||
}
|
||||
|
||||
#rl-app .drag-handle {
|
||||
color: var(--color-text-lighter);
|
||||
}
|
||||
|
||||
/*
|
||||
* scrollbar
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue