From b77a7d585cf6cf2420dd770e42ba5b1e08a4e12c Mon Sep 17 00:00:00 2001 From: schererleander Date: Mon, 11 Mar 2024 17:12:20 +0100 Subject: initial commit --- .themes/FlatColor/gtk-3.20/widgets/header-bar.css | 47 +++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .themes/FlatColor/gtk-3.20/widgets/header-bar.css (limited to '.themes/FlatColor/gtk-3.20/widgets/header-bar.css') diff --git a/.themes/FlatColor/gtk-3.20/widgets/header-bar.css b/.themes/FlatColor/gtk-3.20/widgets/header-bar.css new file mode 100644 index 0000000..cc1e2dc --- /dev/null +++ b/.themes/FlatColor/gtk-3.20/widgets/header-bar.css @@ -0,0 +1,47 @@ +/************** + * header-bar * + **************/ + +headerbar { + padding: 4px; + border-width: 0; + border-style: none; + background-color: @bg_color; +} + +headerbar title { + font-weight: bold; +} + +headerbar subtitle { + font-size: smaller; +} + +headerbar > stackswitcher > button { + margin-right: 1px; + border-radius: 0; +} + +headerbar > stackswitcher > button:first-child { + border-radius: 3px 0 0 3px; +} + +headerbar > stackswitcher > button:last-child { + border-radius: 0 3px 3px 0; +} + +headerbar > stackswitcher > button.text-button { + padding: 4px 20px 4px 20px; +} + +headerbar > stackswitcher > button.image-button { + padding: 6px 22px 6px 22px; +} + +headerbar button.text-button { + padding: 4px; +} + +headerbar button.image-button { + padding: 6px; +} \ No newline at end of file -- cgit v1.3.1