added missing and updated for new features. (#83)

This commit is contained in:
Marius Boro 2018-10-06 09:15:54 +02:00 committed by Bernd Bestel
parent 9e24586190
commit b0c91f6ad1

View File

@ -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;
}