summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-07-06 12:36:59 +0200
committerraveit65 <[email protected]>2016-07-06 12:38:14 +0200
commite1b3cd6c1f1d8a1dd455500545366617ecd8810a (patch)
tree59b69db2bf11771c023cb20d91d7f9b314873aef /desktop-themes/Blue-Submarine
parentad628428224e31e920c0f7561cc582652993ab21 (diff)
downloadmate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.bz2
mate-themes-e1b3cd6c1f1d8a1dd455500545366617ecd8810a.tar.xz
GTK+-3.20 all themes: use "%" units instead of of hardcoded values for font-size
and fix wrong node names for color and font button in BlackMATE
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index 5a1340f7..d6e8f46f 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5830,13 +5830,13 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra
}
headerbar title {
+ font-size: 110%;
font-weight: bold;
- font-size: 11pt;
color: @theme_text_dark_color;
}
headerbar .subtitle {
- font-size: 9pt;
+ font-size: 90%;
color: @theme_text_dark_color;
}
@@ -5871,8 +5871,8 @@ headerbar paned > separator {
}
.titlebar .title {
+ font-size: 100%;
font-weight: bold;
- font-size: 10pt;
background: none;
color: @theme_text_dark_color;
}