New: Updated the card placeholder icon color
This commit is contained in:
parent
309abc2dc3
commit
5994dde7a1
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,10 @@ html {
|
|||
color: var(--borderColor);
|
||||
}
|
||||
|
||||
.cardPadder .cardImageIcon {
|
||||
color: var(--selectorBackgroundColorAlpha);
|
||||
}
|
||||
|
||||
.card:focus .cardBox.visualCardBox,
|
||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||
border-color: white !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue