Add theme colors for card placeholders
This commit is contained in:
parent
b088ae8428
commit
90c971afa9
7 changed files with 23 additions and 4 deletions
|
@ -432,6 +432,10 @@ html {
|
|||
color: #4285f4;
|
||||
}
|
||||
|
||||
.cardContent:not(.defaultCardBackground) {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.card:focus .cardBox.visualCardBox,
|
||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||
border-color: #00a4dc !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue