mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-29 06:19:32 +00:00
Fixed darkmode for some elements
This commit is contained in:
parent
6df65a0b9d
commit
6081fe3295
8 changed files with 48 additions and 14 deletions
|
|
@ -99,7 +99,7 @@ label:not(.form-check-label, .custom-control-label) {
|
|||
|
||||
form .col-form-label.required:after, form label.required:after {
|
||||
bottom: 4px;
|
||||
color: var(--bs-dark);
|
||||
color: var(--bs-secondary-color);
|
||||
content: "\2022";
|
||||
filter: opacity(75%);
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue