summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSheogorath2019-03-29 12:29:43 +0100
committerSheogorath2019-03-29 12:30:21 +0100
commit9941d5613b2832835a71f8ed6cd1c5ab3629e5f5 (patch)
treef96ff432b8d7c4b3149999e1c21aab96f92496f4 /public
parent974dc8fc210f31d76e4354bea2468dd9045bbcff (diff)
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 <sheogorath@shivering-isles.com>
Diffstat (limited to 'public')
-rw-r--r--public/css/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css
index d9ebf6de..c304a969 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;
}