bazarr fix
This commit is contained in:
parent
12a24a0738
commit
2850360865
@ -1026,7 +1026,7 @@ pre {
|
|||||||
/* -------------------------BAZARR------------------------------*/
|
/* -------------------------BAZARR------------------------------*/
|
||||||
/* TOP MENU */
|
/* TOP MENU */
|
||||||
#divmenu {
|
#divmenu {
|
||||||
background-color: #171717 !important;
|
background-color: transparent !important;
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
opacity: .95 !important;
|
opacity: .95 !important;
|
||||||
}
|
}
|
||||||
@ -1088,7 +1088,12 @@ border-color: rgba(0, 0, 0, .25);
|
|||||||
i.black.icon {
|
i.black.icon {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
.ui.progress .bar>.progress {
|
||||||
|
color: white !important;
|
||||||
|
}
|
||||||
|
.ui.inverted.menu .dropdown.item:hover, .ui.inverted.menu .link.item:hover, .ui.inverted.menu a.item:hover, .ui.link.inverted.menu .item:hover {
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
/* MOVIES EDITOR */
|
/* MOVIES EDITOR */
|
||||||
|
|
||||||
.ui.sortable.table thead th.sorted {
|
.ui.sortable.table thead th.sorted {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user