bazarr logs highlight fix
This commit is contained in:
parent
ece8f2e311
commit
166d47e9b0
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user