aboutsummaryrefslogtreecommitdiff
path: root/.themes/FlatColor/gtk-3.0/widgets/header-bar.css
diff options
context:
space:
mode:
Diffstat (limited to '.themes/FlatColor/gtk-3.0/widgets/header-bar.css')
-rw-r--r--.themes/FlatColor/gtk-3.0/widgets/header-bar.css27
1 files changed, 27 insertions, 0 deletions
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;
+}
+