mirror of
https://github.com/grocy/grocy.git
synced 2026-04-08 21:46:16 +02:00
Update grocy_night_mode.css
This commit is contained in:
parent
e1ce0bb909
commit
3a35759867
|
|
@ -3,6 +3,10 @@ body.night-mode {
|
||||||
background-color: #333131;
|
background-color: #333131;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode .navbar-brand img {
|
||||||
|
filter: invert(0.9) hue-rotate(176deg);
|
||||||
|
}
|
||||||
|
|
||||||
.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,
|
||||||
|
|
@ -77,6 +81,10 @@ body.night-mode {
|
||||||
border: 1px solid #ced4da;
|
border: 1px solid #ced4da;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode ::placeholder {
|
||||||
|
color: #b1bac4;
|
||||||
|
}
|
||||||
|
|
||||||
.night-mode .content-wrapper {
|
.night-mode .content-wrapper {
|
||||||
background: #333131;
|
background: #333131;
|
||||||
}
|
}
|
||||||
|
|
@ -116,6 +124,11 @@ body.night-mode {
|
||||||
border-color: #80bdff;
|
border-color: #80bdff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.night-mode select {
|
||||||
|
color: #ced4da;
|
||||||
|
background-color: #333131;
|
||||||
|
}
|
||||||
|
|
||||||
.night-mode .dropdown-item:focus,
|
.night-mode .dropdown-item:focus,
|
||||||
.night-mode .dropdown-item:hover {
|
.night-mode .dropdown-item:hover {
|
||||||
color: #16181b;
|
color: #16181b;
|
||||||
|
|
@ -210,7 +223,7 @@ body.night-mode {
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-mode .active-page {
|
.night-mode .active-page {
|
||||||
box-shadow: inset 5px 0 0 #350a0f !important;
|
box-shadow: inset 5px 0 0 #ff7585 !important;
|
||||||
background-color: #383838 !important;
|
background-color: #383838 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user