mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
added missing and updated for new features. (#83)
This commit is contained in:
parent
9e24586190
commit
b0c91f6ad1
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user