From 9941d5613b2832835a71f8ed6cd1c5ab3629e5f5 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Fri, 29 Mar 2019 12:29:43 +0100 Subject: [PATCH] Fix button background color When introducing night mode the rule for the background of the view switches seems to be generated from the view button. This patch should change the introduced rule to fix for all default buttons. Signed-off-by: Sheogorath --- public/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/index.css b/public/css/index.css index d9ebf6d..c304a96 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -385,7 +385,7 @@ div[contenteditable]:empty:not(:focus):before{ color: #eee; } -.night .btn.btn-default.ui-view.active{ +.night .btn.btn-default.active{ background: #202020; }