From 624f56780fc4946b66467c98a2fe3eb1de54f7e0 Mon Sep 17 00:00:00 2001 From: daleclack Date: Wed, 20 Mar 2024 19:34:33 +0800 Subject: [PATCH] Update style for gtk160 --- Gtk4/gtk160_wayland_test/res/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gtk4/gtk160_wayland_test/res/style.css b/Gtk4/gtk160_wayland_test/res/style.css index 7804c4c..9ed0a98 100644 --- a/Gtk4/gtk160_wayland_test/res/style.css +++ b/Gtk4/gtk160_wayland_test/res/style.css @@ -24,6 +24,7 @@ padding-bottom: 0px; } -.ctrl_btn:hover { - color: black; -} \ No newline at end of file +.ctrl_btn:hover{ + color:black; + background-color: alpha(gray, 0.3); +}