mirror of
https://github.com/wekan/wekan.git
synced 2025-06-27 17:00:47 -04:00
Fix invisible scrollbar on CleanDark cards
Found that scrollbars were blending in with the card background largely due to transparency on the main board.
This commit is contained in:
parent
c7961cf2f4
commit
8d0bf1b758
1 changed files with 1 additions and 0 deletions
|
@ -2811,6 +2811,7 @@ THEME - Clean Dark
|
||||||
|
|
||||||
.board-color-cleandark .card-details {
|
.board-color-cleandark .card-details {
|
||||||
background: #23232B;
|
background: #23232B;
|
||||||
|
scrollbar-color: #ffffff #2e2e39;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue