diff options
author | CircleShift <kgunger12@gmail.com> | 2025-06-22 12:56:15 -0400 |
---|---|---|
committer | CircleShift <kgunger12@gmail.com> | 2025-06-22 12:56:15 -0400 |
commit | f354bdfb5f2ca881347c2d2bcf1c2df8cbda875d (patch) | |
tree | 1c1b2fd047d7950d702f4736e3ee0256452b4ebc /styles/themes/base.css | |
parent | d7c9a05a1945fe2f404628f2cb6ec5e2b74fa48a (diff) |
Add keyboard support to CSS, Button widget
Diffstat (limited to 'styles/themes/base.css')
-rw-r--r-- | styles/themes/base.css | 6 |
1 files changed, 3 insertions, 3 deletions
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; |