1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-26 23:02:54 +02:00

bazarr fix

This commit is contained in:
GilbN 2018-12-26 16:14:55 +01:00
parent 3f32bbf547
commit bfc93c607f

View File

@ -1046,9 +1046,15 @@ pre {
/* -------------------------BAZARR------------------------------*/
/* TOP MENU */
#divmenu {
background-color: transparent !important;
}
#divmenu {
background-color: rgba(0, 0, 0, .25) !important;
box-shadow: none !important;
opacity: 1;
}
#divdetails {
background-color: rgba(0, 0, 0, .25);
box-shadow: none;
}
.ui.inverted.menu {
border: 0 solid transparent;
background: transparent !important;
@ -1302,6 +1308,9 @@ a.ui.active.label:hover, a.ui.labels .active.label:hover {
.ui.checkbox label, .ui.checkbox+label {
color: #ffffff;
}
.ui.selection.visible.dropdown>.text:not(.default) {
color: #fff;
}
.ui.checkbox label:hover, .ui.checkbox+label:hover {
color: #db2828;
}