Browse Source

bazarr logs highlight fix

pull/77/head
GilbN 5 years ago
committed by GitHub
parent
commit
166d47e9b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CSS/themes/bazarr/bazarr-base.css

4
CSS/themes/bazarr/bazarr-base.css

@ -1395,6 +1395,10 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled {
font-size: inherit;
color: #eee;
}
.highlight {
background-color: rgb(255 255 255 / 0.08);
border-radius: 3px;
}
/* Mobile */
@media (max-width: 767px) {
.mini-sidebar .left-sidebar {

Loading…
Cancel
Save