mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 11:56:16 +02:00
added missing and updated for new features.
This commit is contained in:
parent
7ba6fc875b
commit
1e57bc84d5
|
|
@ -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