From 1de81600083ed5f4a0813010ddf24e22744176c6 Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Tue, 3 Jul 2018 21:25:32 +0200 Subject: Fix some night mode colors We have some issues with night mode and the font color. This should fix this in the permission table and the delete node modal. As well as some picture styling. Signed-off-by: Sheogorath --- public/css/index.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'public/css/index.css') diff --git a/public/css/index.css b/public/css/index.css index 9cc1766e..d9ebf6de 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -310,7 +310,16 @@ body.night{ overflow: hidden; } -.night .dropdown-menu{ +.night .dropdown-menu > li > a { + color: #eee; +} + +.night .dropdown-menu > li > a:focus, +.night .dropdown-menu > li > a:hover { + color: #262626 +} + +.night .dropdown-menu { background: #222; } -- cgit v1.2.3