diff options
author | raveit65 <[email protected]> | 2016-07-06 12:19:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-06 12:42:54 +0200 |
commit | df865a755ada9b40ad53486cbf84723a2f8e26fc (patch) | |
tree | 31b454c124902bf75fa2d6cc69f202e796434083 /desktop-themes/Green-Submarine | |
parent | 94f09545659f133ed6082357610d2ab88f69f9f3 (diff) | |
download | mate-themes-df865a755ada9b40ad53486cbf84723a2f8e26fc.tar.bz2 mate-themes-df865a755ada9b40ad53486cbf84723a2f8e26fc.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/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 11 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index bee4cfd9..26a3163b 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3738,7 +3738,7 @@ radiobutton.text-button { assistant .sidebar highlight {
color: @theme_text_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -5821,12 +5821,14 @@ headerbar.titlebar > stackswitcher.linked.stack-switcher > button.text-button.ra }
headerbar title {
- font: Bold 11;
+ font-size: 110%;
+ font-weight: bold;
+
color: @theme_text_dark_color;
}
headerbar .subtitle {
- font: 9;
+ font-size: 90%;
color: @theme_text_dark_color;
}
@@ -5861,7 +5863,8 @@ headerbar paned > separator { }
.titlebar .title {
- font: Bold 10;
+ font-size: 100%;
+ font-weight: bold;
background: none;
color: @theme_text_dark_color;
}
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 48f17265..2a36f277 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -525,7 +525,7 @@ MatePanelAppletFrameDBus { /* clock-applet */ #clock-applet-button.flat.toggle > box.horizontal > label { - font: normal; + font-weight: normal; } #MatePanelPopupWindow { |