Browse Source
Merge pull request #7 from goldenpipes/patch-2
Update orgarr-plex.css
pull/11/head
GilbN
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
1 deletions
-
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; |
|
|
|
} |
|
|
|