From 94af5b761abf865cead4ea6faf19da97f3f550ca Mon Sep 17 00:00:00 2001 From: nnduc Date: Fri, 1 Aug 2025 14:57:13 +0700 Subject: [PATCH] fix some hovering effects --- waybar/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/waybar/style.css b/waybar/style.css index 2aa19d7..8653dd7 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -83,6 +83,15 @@ tooltip label{ background: @bg_hover; color: @content_main; } +button { + border: none; + border-radius: 0; +} +button:hover { + box-shadow: inherit; + text-shadow: inherit; + background: inherit; +} #taskbar { }