bazarr logs highlight fix

This commit is contained in:
GilbN 2020-07-28 09:10:25 +02:00 committed by GitHub
parent ece8f2e311
commit 166d47e9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {