diff --git a/snappymail/v/0.0.0/themes/BlurredDark/styles.css b/snappymail/v/0.0.0/themes/BlurredDark/styles.css index fcedafacd..e28fd347e 100644 --- a/snappymail/v/0.0.0/themes/BlurredDark/styles.css +++ b/snappymail/v/0.0.0/themes/BlurredDark/styles.css @@ -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) {