Browse Source

plex modal fix

pull/241/head
gilbN 4 years ago
parent
commit
4e544fac4c
  1. 5
      CSS/themes/plex/plex-base.css

5
CSS/themes/plex/plex-base.css

@ -449,6 +449,11 @@ button:hover [class*="DisclosureArrow-disclosureArrow-"] {
border-top: 1px solid rgba(255, 255, 255, .05); border-top: 1px solid rgba(255, 255, 255, .05);
} }
.modal-body-with-panes .modal-nav-pane {
background-image: none;
background: rgba(0, 0, 0, .25);
}
.well, .well,
.files ul li { .files ul li {
color: var(--text); color: var(--text);

Loading…
Cancel
Save