From c2cf6b494d1e5535f3c0a4b7ec5c742cfc95ae5f Mon Sep 17 00:00:00 2001 From: CircleShift Date: Thu, 19 Jun 2025 21:04:03 -0400 Subject: Radio group --- styles/themes/base.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'styles/themes') diff --git a/styles/themes/base.css b/styles/themes/base.css index 53ac83f..27b9b3e 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -15,9 +15,9 @@ --w-tg-inactive-bg-hover: #3ea2ff; --w-tg-inactive-bg-active: #3ea2ff; --w-tg-active-color: rgb(255, 128, 0); - --w-tg-active-bg: #dd3; - --w-tg-active-bg-hover: #ee7; - --w-tg-active-bg-active: #ee7; + --w-tg-active-bg: #fff134; + --w-tg-active-bg-hover: #fff674; + --w-tg-active-bg-active: #fff674; /* Slider colors */ --w-sl-fill: #0084ff; @@ -49,4 +49,12 @@ --w-scr-back: rgba(255, 255, 255, 0); --w-scr-back-other: rgba(255, 255, 255, 0.3); --w-scr-back-active: rgba(62, 162, 255, 0.5); + + /* Radio */ + --w-radio-inactive: #ccc; + --w-radio-inactive-hover: #eee; + --w-radio-inactive-active: #eee; + --w-radio-active: #0084ff; + --w-radio-active-hover: #2696ff; + --w-radio-active-active: #3ea2ff; } \ No newline at end of file -- cgit v1.2.3