Update orgarr-plex.css

newer bazarr updates
This commit is contained in:
goldenpipes 2019-04-30 15:46:39 -05:00 committed by GitHub
parent d66a3a1bea
commit 6aee7dfca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}