Browse Source

fixes

pull/4/head
GilbN 6 years ago
parent
commit
440523aa5a
  1. 5
      CSS/themes/orgarr-plex.css

5
CSS/themes/orgarr-plex.css

@ -1047,7 +1047,7 @@ pre {
/* -------------------------BAZARR------------------------------*/
/* TOP MENU */
#divmenu {
background-color: rgba(0, 0, 0, .25) !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: 1;
}
@ -1120,6 +1120,9 @@ border-color: rgba(0, 0, 0, .25);
i.black.icon {
color: #ffffff !important;
}
.ui.label {
color: rgb(0, 0, 0) !important;
}
/* MOVIES EDITOR */

Loading…
Cancel
Save