mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 01:55:47 +00:00
dark bg was missing in dropdown, text was dark on dark bg in product ellipsis (#1664)
Signed-off-by: corbolais <corbolais@gmail.com>
This commit is contained in:
parent
2b97ac7c1c
commit
eb8c9848eb
@ -146,11 +146,13 @@ body.night-mode,
|
||||
.night-mode .custom-select {
|
||||
color: #c1c1c1;
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23c1c1c1' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
|
||||
background-color: #333131;
|
||||
}
|
||||
|
||||
.night-mode .custom-select:valid,
|
||||
.night-mode .custom-select:invalid {
|
||||
background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23c1c1c1' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
|
||||
background-color: #333131;
|
||||
}
|
||||
|
||||
.night-mode .dropdown-item:focus,
|
||||
@ -164,6 +166,11 @@ body.night-mode,
|
||||
background-color: #333131;
|
||||
}
|
||||
|
||||
.night-mode .dropdown-item-text {
|
||||
color: #c1c1c1;
|
||||
background-color: #333131;
|
||||
}
|
||||
|
||||
.night-mode .list-group-item {
|
||||
background-color: #333131;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user