mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Little night mode improvements
This commit is contained in:
parent
6ca694226b
commit
f3a1489abf
|
|
@ -5,12 +5,18 @@
|
|||
.night-mode .table-info,
|
||||
.night-mode .table-info > td,
|
||||
.night-mode .table-info > th {
|
||||
background-color: #07373f;
|
||||
color: #6c757d;
|
||||
background-color: #07373f;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
.night-mode .table {
|
||||
color: #6c757d;
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
.night-mode table.dataTable tr.dtrg-group td,
|
||||
.nav-tabs .nav-link.active {
|
||||
background-color: #2f3031;
|
||||
color: #c1c1c1;
|
||||
}
|
||||
|
||||
.night-mode .btn,
|
||||
|
|
@ -48,6 +54,12 @@
|
|||
border-color: #0d3a18;
|
||||
}
|
||||
|
||||
.night-mode .btn-light {
|
||||
color: #c1c1c1;
|
||||
background-color: #292b2a;
|
||||
border-color: #292b2a;
|
||||
}
|
||||
|
||||
.night-mode .form-control {
|
||||
color: #495057;
|
||||
background-color: #333131;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user