mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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-color: #fff;
|
||||||
--main-bg-color: #48525C;
|
--main-bg-color: #48525C;
|
||||||
--main-bg-image: url("images/background.jpg");
|
--main-bg-image: url("images/background.jpg");
|
||||||
|
--main-bg-size: cover;
|
||||||
|
|
||||||
/* LOADING */
|
/* LOADING */
|
||||||
--loading-color: #ddd;
|
--loading-color: #ddd;
|
||||||
|
|
@ -76,6 +77,7 @@
|
||||||
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
|
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
|
||||||
background-color: #111 !important;
|
background-color: #111 !important;
|
||||||
color: var(--main-color);
|
color: var(--main-color);
|
||||||
|
background-repeat: repeat-x !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:not(.btn-success):not(.btn-warning):not(.btn-danger) {
|
.btn:not(.btn-success):not(.btn-warning):not(.btn-danger) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue