mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Revamp CSS template system using var() feature
This commit is contained in:
parent
92bbaadbf3
commit
d9bece04b2
30 changed files with 317 additions and 530 deletions
|
|
@ -27,7 +27,7 @@ html.rl-no-preview-pane {
|
|||
padding: 7px;
|
||||
z-index: 101;
|
||||
|
||||
background-color: #eee;
|
||||
background-color: var(--message-list-toolbar-bg-color, #eee);
|
||||
// #gradient > .vertical(#f4f4f4, #dfdfdf);
|
||||
|
||||
border-bottom-right-radius: @rlMainBorderRadius;
|
||||
|
|
@ -78,7 +78,7 @@ html.rl-no-preview-pane {
|
|||
z-index: 101;
|
||||
white-space: nowrap;
|
||||
|
||||
background-color: #eee;
|
||||
background-color: var(--message-list-toolbar-bg-color, #eee);
|
||||
// #gradient > .vertical(#f4f4f4, #dfdfdf);
|
||||
|
||||
border-top-right-radius: @rlMainBorderRadius;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue