From 330d75efb7603abe91bc3f54aa1cf042a8763fc5 Mon Sep 17 00:00:00 2001 From: Shubham Dhama Date: Thu, 26 Apr 2018 15:11:01 +0530 Subject: [PATCH] settings: Make bot-settings tabs look better in dark mode. Fixes: #9230. --- static/styles/night_mode.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/styles/night_mode.css b/static/styles/night_mode.css index 35faecbb7c..ec504a86ad 100644 --- a/static/styles/night_mode.css +++ b/static/styles/night_mode.css @@ -485,3 +485,10 @@ body.night-mode .ps__rail-y { background-color: hsla(0, 0%, 0%, 0.2); } } + +body.night-mode #bots_lists_navbar .active a { + color: #ddd; + background-color: hsl(212, 28%, 18%); + border-color: #ddd; + border-bottom-color: transparent; +}