added missing and updated for new features.

This commit is contained in:
Marius Boro 2018-10-05 19:48:21 +02:00 committed by GitHub
parent 7ba6fc875b
commit 1e57bc84d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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