From 4c2750140a6855040d8229fce5ee64ccf7d49371 Mon Sep 17 00:00:00 2001 From: daleclack Date: Wed, 20 Mar 2024 17:38:12 +0800 Subject: [PATCH] Update style --- Gtk4/gtk160_wayland_test/res/style.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Gtk4/gtk160_wayland_test/res/style.css b/Gtk4/gtk160_wayland_test/res/style.css index a5b29f6..df4f5ec 100644 --- a/Gtk4/gtk160_wayland_test/res/style.css +++ b/Gtk4/gtk160_wayland_test/res/style.css @@ -1,23 +1,17 @@ - /* A slim headerbar style for widgets */ -.titlebar{ - min-height:10px; - margin:0px; -} - -label{ +.titlebar { + min-height: 10px; margin: 0px; - min-height: 8px; } -.ctrl_btn{ +.ctrl_btn { min-height: 8px; min-width: 8px; margin: 0px; - font-weight:900; - border-radius:100%; + font-weight: 900; + border-radius: 100%; } -.ctrl_btn:hover{ - color:black; +.ctrl_btn:hover { + color: black; } \ No newline at end of file