Browse Source

AdguardHome fix query log backgrounds

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

8
CSS/themes/adguard/adguard-base.css

@ -320,6 +320,14 @@ a:-webkit-any-link:focus {
background-color: transparent;
}
.logs__row--white {
background-color: transparent;
}
.logs__row--red {
background-color: transparent !important;
}
.rt-tr-group.red {
background-color: rgb(244 67 54 / 30%);
}

Loading…
Cancel
Save