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