From 41e93d2c5079de645eaf35d366cd77af0e8607f8 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Thu, 26 Sep 2019 14:13:30 +0200 Subject: [PATCH] Little night mode improvements --- public/css/grocy_night_mode.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 89d7091d..801f9901 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -4,7 +4,8 @@ .night-mode .table-info, .night-mode .table-info > td, -.night-mode .table-info > th { +.night-mode .table-info > th, +.night-mode .alert-info { background-color: #07373f; color: #6c757d; } @@ -54,14 +55,17 @@ border-color: #0d3a18; } -.night-mode .btn-light { +.night-mode .btn-light, +.night-mode .input-group-text, +.night-mode .note-editor.note-frame .note-statusbar, +.night-mode .img-thumbnail { color: #c1c1c1; background-color: #292b2a; border-color: #292b2a; } .night-mode .form-control { - color: #495057; + color: #ced4da; background-color: #333131; border: 1px solid #ced4da; } @@ -100,7 +104,7 @@ } .night-mode .form-control:focus { - color: #495057; + color: #ced4da; background-color: #333131; border-color: #80bdff; }