From 70ac7638c7fe4ff3c4f6ed6024ec2ea2382e15d4 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:01:48 +0200 Subject: [PATCH] Refactor button styles and classes in settings.html --- settings.html | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/settings.html b/settings.html index 2225e40..d371b6d 100644 --- a/settings.html +++ b/settings.html @@ -118,19 +118,12 @@ box-shadow: 0 1px 4px rgba(0,0,0,0.03); } .action-btn .icon-left { margin-right: 0.2em; } - .ok-btn { + + button{ background: var(--bg-sidebar); color: var(--accent); } - .ok-btn:hover { - background: var(--bg-border); - } - .cancel-btn { - background: var(--bg-sidebar); - color: var(--accent); - width: 80px; - } - .cancel-btn:hover { + button:hover{ background: var(--bg-border); } @@ -308,12 +301,12 @@
- -