Browse Source

Merge pull request #7 from goldenpipes/patch-2

Update orgarr-plex.css
pull/11/head
GilbN 6 years ago
committed by GitHub
parent
commit
9b321700b9
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

@ -1247,7 +1247,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;
@ -1289,6 +1291,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