mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Update styles.css
Fix tiling background image (mostly)
This commit is contained in:
parent
b4625f1599
commit
a898b2f405
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
--main-color: #fff;
|
||||
--main-bg-color: #48525C;
|
||||
--main-bg-image: url("images/background.jpg");
|
||||
--main-bg-size: cover;
|
||||
|
||||
/* LOADING */
|
||||
--loading-color: #ddd;
|
||||
|
|
@ -76,6 +77,7 @@
|
|||
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
|
||||
background-color: #111 !important;
|
||||
color: var(--main-color);
|
||||
background-repeat: repeat-x !important;
|
||||
}
|
||||
|
||||
.btn:not(.btn-success):not(.btn-warning):not(.btn-danger) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue