Browse Source
AdGuardHome add warning accent for blocked queries
pull/140/head
rg9400
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
CSS/themes/adguard/adguard-base.css
|
@ -324,6 +324,10 @@ a:-webkit-any-link:focus { |
|
|
background-color: transparent; |
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.logs__row--red { |
|
|
|
|
|
background-color: rgb(244 67 54 / 30%) !important; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.rt-tr-group.red { |
|
|
.rt-tr-group.red { |
|
|
background-color: rgb(244 67 54 / 30%); |
|
|
background-color: rgb(244 67 54 / 30%); |
|
|
} |
|
|
} |
|
|