GilbN
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
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; |
|
|
font-size: inherit; |
|
|
color: #eee; |
|
|
color: #eee; |
|
|
} |
|
|
} |
|
|
|
|
|
.highlight { |
|
|
|
|
|
background-color: rgb(255 255 255 / 0.08); |
|
|
|
|
|
border-radius: 3px; |
|
|
|
|
|
} |
|
|
/* Mobile */ |
|
|
/* Mobile */ |
|
|
@media (max-width: 767px) { |
|
|
@media (max-width: 767px) { |
|
|
.mini-sidebar .left-sidebar { |
|
|
.mini-sidebar .left-sidebar { |
|
@ -1423,4 +1427,4 @@ button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled { |
|
|
padding-right: 5px !important; |
|
|
padding-right: 5px !important; |
|
|
padding-bottom: 5px !important; |
|
|
padding-bottom: 5px !important; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|