mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Improve mobile view left side background color
This commit is contained in:
parent
f6f3040ad2
commit
f79e6f253d
2 changed files with 3 additions and 2 deletions
|
|
@ -276,7 +276,8 @@ html.rl-no-preview-pane #rl-right .resizer {
|
|||
|
||||
html.rl-mobile {
|
||||
#rl-left {
|
||||
background: var(--main-bg-color);
|
||||
background: var(--main-bg-color, #aaa);
|
||||
border-right: 1px solid var(--border-color, #ddd);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/* MAIN */
|
||||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-color: #3C454D;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--border-color: #555;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue