From b0c91f6ad19293f71add4ec0d93fa260c9ed3fde Mon Sep 17 00:00:00 2001 From: Marius Boro Date: Sat, 6 Oct 2018 09:15:54 +0200 Subject: [PATCH] added missing and updated for new features. (#83) --- public/css/grocy_night_mode.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 6848a117..34e6a4de 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -197,3 +197,25 @@ .night-mode .typeahead .active { background-color: #333131; } + +.night-mode .note-editor.note-frame .note-editing-area .note-editable { + color: #c1c1c1; + background-color: #333131; +} + +.night-mode .bootstrap-datetimepicker-widget table td.day { + background-color: #333131; +} + +.night-mode .bootstrap-datetimepicker-widget table td { + background-color: #333131; +} + +.night-mode .bootstrap-datetimepicker-widget table td, +.night-mode .bootstrap-datetimepicker-widget table th { + background-color: #333131; +} + +.night-mode .dropdown-menu { + background-color: #333131; +}