From bf3fff7a22267420b2c9b58648e4b699c7677e78 Mon Sep 17 00:00:00 2001 From: GilbN Date: Wed, 24 Nov 2021 22:17:35 +0100 Subject: [PATCH] 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