diff --git a/css/base/plex/plex-base.css b/css/base/plex/plex-base.css index 93605e25..54be0cd5 100644 --- a/css/base/plex/plex-base.css +++ b/css/base/plex/plex-base.css @@ -236,7 +236,8 @@ html body, /* ACCENTS */ -[class*="Badge-primary-"] { +[class*="Badge-primary-"], +.nav-header>li>a.selected .badge { background-color: rgb(var(--accent-color)); color: var(--label-text-color); } diff --git a/css/base/portainer/portainer-base.css b/css/base/portainer/portainer-base.css index bf8bda6f..bda9fd11 100644 --- a/css/base/portainer/portainer-base.css +++ b/css/base/portainer/portainer-base.css @@ -12,6 +12,11 @@ @import url("https://theme-park.dev/css/defaults/placeholders.css"); +:root { + --text-json-tree-branch-preview-color: #eee; + --text-json-tree-leaf-color: #eee; + } + /* Scrollbar */ @media only screen and (min-width: 768px) { html { diff --git a/css/base/prowlarr/prowlarr-base.css b/css/base/prowlarr/prowlarr-base.css index 08b9dfbb..2527c5c5 100644 --- a/css/base/prowlarr/prowlarr-base.css +++ b/css/base/prowlarr/prowlarr-base.css @@ -1135,4 +1135,26 @@ input[type=password] { canvas { filter: invert(1) +} + +/* QUERY OPTIONS */ +[class*="QueryParameterOption-option-"] { + border: 1px solid transparent; +} + +[class*="QueryParameterOption-token-"] { + background-color: rgba(255, 255, 255, 0.15); +} + +[class*="QueryParameterOption-example-"] { + background-color: rgba(255, 255, 255, 0.25); +} + + +[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-token-"] { + background-color: rgba(255, 255, 2550, 0.25); +} + +[class*="QueryParameterOption-option-"]:hover [class*="QueryParameterOption-example-"] { + background-color: rgba(255, 255, 2550, 0.35); } \ No newline at end of file