Browse Source

Update orgarr-plex.css

newer bazarr updates
pull/7/head
goldenpipes 6 years ago
committed by GitHub
parent
commit
6aee7dfca2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CSS/themes/orgarr-plex.css

7
CSS/themes/orgarr-plex.css

@ -1081,7 +1081,9 @@ pre {
border: 0 solid transparent;
background: transparent !important;
}
#ui.top.attached.tabular.menu {
background: rgb(0, 0, 0, .25) !important;
}
/* SEARCH BAR */
.prompt {
background-color: rgba(0, 0, 0, .25) !important;
@ -1123,6 +1125,9 @@ border-color: rgba(0, 0, 0, .25);
box-shadow: none;
color: #FFF !important;
}
.ui.input {
color: #ffffff;
}
.ui.table thead th {
color: #ffffff;
}

Loading…
Cancel
Save