mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Little night mode improvements
This commit is contained in:
@@ -5,12 +5,18 @@
|
|||||||
.night-mode .table-info,
|
.night-mode .table-info,
|
||||||
.night-mode .table-info > td,
|
.night-mode .table-info > td,
|
||||||
.night-mode .table-info > th {
|
.night-mode .table-info > th {
|
||||||
background-color: #07373f;
|
background-color: #07373f;
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-mode .table {
|
.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,
|
.night-mode .btn,
|
||||||
@@ -48,6 +54,12 @@
|
|||||||
border-color: #0d3a18;
|
border-color: #0d3a18;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode .btn-light {
|
||||||
|
color: #c1c1c1;
|
||||||
|
background-color: #292b2a;
|
||||||
|
border-color: #292b2a;
|
||||||
|
}
|
||||||
|
|
||||||
.night-mode .form-control {
|
.night-mode .form-control {
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background-color: #333131;
|
background-color: #333131;
|
||||||
|
Reference in New Issue
Block a user