mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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;
|
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
|
* scrollbar
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue