From a898b2f4054bfacaf50156fdc7577919bfc19ad2 Mon Sep 17 00:00:00 2001 From: Justyn Freeman Date: Mon, 6 Feb 2023 10:40:47 -0500 Subject: [PATCH] Update styles.css Fix tiling background image (mostly) --- snappymail/v/0.0.0/themes/NightShine/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/snappymail/v/0.0.0/themes/NightShine/styles.css b/snappymail/v/0.0.0/themes/NightShine/styles.css index fcedafacd..e28fd347e 100644 --- a/snappymail/v/0.0.0/themes/NightShine/styles.css +++ b/snappymail/v/0.0.0/themes/NightShine/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) {