Add theme colors for card placeholders

This commit is contained in:
MrTimscampi 2020-05-02 19:40:04 +02:00
parent b088ae8428
commit 90c971afa9
7 changed files with 23 additions and 4 deletions

View file

@ -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;