From c77d2ffffba0c3a4c179847e7f907be66fec9605 Mon Sep 17 00:00:00 2001 From: daleclack Date: Wed, 20 Mar 2024 16:28:10 +0800 Subject: [PATCH] Update css style --- Gtk4/gtk160_wayland_test/res/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Gtk4/gtk160_wayland_test/res/style.css b/Gtk4/gtk160_wayland_test/res/style.css index bd13f42..1bdf263 100644 --- a/Gtk4/gtk160_wayland_test/res/style.css +++ b/Gtk4/gtk160_wayland_test/res/style.css @@ -7,6 +7,12 @@ headerbar{ .ctrl_btn{ min-height: 8px; + min-width: 8px; margin: 0px; font-weight:900; + border-radius:100%; +} + +.ctrl_btn:hover{ + color:black; } \ No newline at end of file