mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
fix: Striped table
This commit is contained in:
parent
78cc010560
commit
fd2f7e8c9d
1 changed files with 5 additions and 0 deletions
|
|
@ -1462,6 +1462,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
background-color: var(--color-background-hover);
|
||||
}
|
||||
|
||||
#rl-app .table-striped tbody tr:nth-child(odd) td,
|
||||
#rl-app .table-striped tbody tr:nth-child(odd) th {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
||||
#rl-app #V-Settings-Themes figure,
|
||||
#rl-app #V-Settings-Themes img {
|
||||
border-radius: var(--border-radius-large);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue