mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Merge pull request #5749 from walster001/main
Fix contrast issue checkbox
This commit is contained in:
commit
b3c47dbe84
1 changed files with 2 additions and 2 deletions
|
@ -2544,8 +2544,8 @@ THEME - Exodark
|
||||||
background: #1b1b1b;
|
background: #1b1b1b;
|
||||||
}
|
}
|
||||||
.board-color-exodark .materialCheckBox.is-checked {
|
.board-color-exodark .materialCheckBox.is-checked {
|
||||||
border-bottom: 2px solid #222;
|
border-bottom: 2px solid #dbdbdb!important;/*Fix contrast of checkbox*/
|
||||||
border-right: 2px solid #222;
|
border-right: 2px solid #dbdbdb!important;
|
||||||
}
|
}
|
||||||
.board-color-exodark .is-multiselection-active .multi-selection-checkbox.is-checked + .minicard {
|
.board-color-exodark .is-multiselection-active .multi-selection-checkbox.is-checked + .minicard {
|
||||||
background: #e9e9e9;
|
background: #e9e9e9;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue