From 35fc996e37d6f1dde46760c03b674584c6673a2c Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Mon, 24 Feb 2025 16:57:20 +1100 Subject: [PATCH] style: improved dark mode colour picker inputs in theme creator --- src/interface/components/ColourPicker.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/interface/components/ColourPicker.css b/src/interface/components/ColourPicker.css index 84533f88..a7147e51 100644 --- a/src/interface/components/ColourPicker.css +++ b/src/interface/components/ColourPicker.css @@ -8,6 +8,13 @@ div:has(> #rbgcp-wrapper) { color: white !important; } + #rbgcp-inputs-wrap #rbgcp-hex-input, + #rbgcp-inputs-wrap #rbgcp-input { + color: white !important; + background-color: #37373b !important; + border: none !important; + } + div:has(> #rbgcp-solid-btn), div:has(> #rbgcp-advanced-btn), #rbgcp-color-model-btn > div,