Browse Source

AdGuardHome add warning accent for blocked queries

pull/140/head
rg9400 5 years ago
committed by GitHub
parent
commit
cbe9d4f839
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/adguard/adguard-base.css

4
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%);
} }

Loading…
Cancel
Save