Browse Source

Merge pull request #140 from rg9400/patch-7

AdguardHome -- Query Log no logs fix
pull/150/head
GilbN 4 years ago
committed by GitHub
parent
commit
64ba8854ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      CSS/themes/adguard/adguard-base.css

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

@ -315,12 +315,25 @@ a:-webkit-any-link:focus {
color: var(--text)
}
.rt-tr-group.red {
background-color: rgb(244 67 54 / 30%);
.logs__no-data{
color: var(--text);
background-color: transparent;
}
.logs__row--white {
background-color: transparent;
}
.rt-tr-group.red,
.logs__row--red,
.rt-tr-group.logs__row--red {
background-color: rgb(244 67 54 / 30%) !important;
}
.rt-tr-group.blue {
background-color: rgb(54 146 244 / 30%);
.rt-tr-group.blue,
.rt-tr-group.logs__row--blue,
.logs__row--blue {
background-color: rgb(54 146 244 / 30%) !important;
}
.ReactTable .rt-noData {
@ -457,4 +470,4 @@ a:-webkit-any-link:focus {
::-webkit-input-placeholder {
color: var(--text);
}
}

Loading…
Cancel
Save