From bf3fff7a22267420b2c9b58648e4b699c7677e78 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 24 Nov 2021 22:17:35 +0100 Subject: [PATCH 1/3] Prowlarr QueryParameterOption fixes --- css/base/prowlarr/prowlarr-base.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 From 63048a974c0bb30c39bb5a6a4b789bf5f8932e2f Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 28 Nov 2021 19:43:04 +0100 Subject: [PATCH 2/3] Plex badge color fix --- css/base/plex/plex-base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } From c63ba9b7c960921df11972c357ea42805a91692c Mon Sep 17 00:00:00 2001 From: Dulanic <2948206+Dulanic@users.noreply.github.com> Date: Tue, 30 Nov 2021 13:50:32 -0600 Subject: [PATCH 3/3] Update portainer-base.css Fixed container inspect colors --- css/base/portainer/portainer-base.css | 5 +++++ 1 file changed, 5 insertions(+) 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 {