From f354bdfb5f2ca881347c2d2bcf1c2df8cbda875d Mon Sep 17 00:00:00 2001 From: CircleShift Date: Sun, 22 Jun 2025 12:56:15 -0400 Subject: Add keyboard support to CSS, Button widget --- styles/themes/base.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'styles/themes/base.css') diff --git a/styles/themes/base.css b/styles/themes/base.css index 27b9b3e..591d272 100644 --- a/styles/themes/base.css +++ b/styles/themes/base.css @@ -51,9 +51,9 @@ --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-inactive: #eee; + --w-radio-inactive-hover: #def; + --w-radio-inactive-active: #def; --w-radio-active: #0084ff; --w-radio-active-hover: #2696ff; --w-radio-active-active: #3ea2ff; -- cgit v1.2.3