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.0/widgets/header-bar.css | 27 ++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .themes/FlatColor/gtk-3.0/widgets/header-bar.css (limited to '.themes/FlatColor/gtk-3.0/widgets/header-bar.css') diff --git a/.themes/FlatColor/gtk-3.0/widgets/header-bar.css b/.themes/FlatColor/gtk-3.0/widgets/header-bar.css new file mode 100644 index 0000000..c1bd12d --- /dev/null +++ b/.themes/FlatColor/gtk-3.0/widgets/header-bar.css @@ -0,0 +1,27 @@ +/************** + * header-bar * + **************/ + +.header-bar { + padding: 6px; + border-width: 0; + border-style: none; + background-color: @theme_bg_color; +} + +.header-bar .button.text-button { + padding: 4px; +} + +.header-bar .button.image-button { + padding: 6px; +} + +.header-bar .title { + font: bold; +} + +.header-bar .subtitle { + font: smaller; +} + -- cgit v1.3.1