From 1e57bc84d54f568df4421eb8acb5a422f2b78e6e Mon Sep 17 00:00:00 2001 From: Marius Boro Date: Fri, 5 Oct 2018 19:48:21 +0200 Subject: [PATCH] added missing and updated for new features. --- 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; +}