diff options
author | raveit65 <[email protected]> | 2016-05-27 14:07:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-27 14:08:10 +0200 |
commit | af3fc20b1816cd7c899c9a309ee77bf89d4cc128 (patch) | |
tree | ea3f9078f39f4a9eb493e6728d0058128fc76730 /desktop-themes/Menta | |
parent | b3f18b52126b56c0182aa039690e63de0ff429e3 (diff) | |
download | mate-themes-af3fc20b1816cd7c899c9a309ee77bf89d4cc128.tar.bz2 mate-themes-af3fc20b1816cd7c899c9a309ee77bf89d4cc128.tar.xz |
GTK+-3.22 Menta themes: fix font deprecations
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 15 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 | ||||
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/other-applications.css | 2 |
3 files changed, 10 insertions, 9 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index c68999ce..4fac6c6b 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css @@ -3216,13 +3216,14 @@ actionbar button.image-button { } actionbar .title { - font: Bold 10; - padding: 0px 12px 0px 12px; + font-weight: bold; + font-size: 10pt; + padding: 0px 12px 0px 12px; } actionbar .subtitle { - font: 9; - padding: 0px 12px 0px 12px; + font-size: 9pt; + padding: 0px 12px 0px 12px; } /*************** @@ -4118,7 +4119,7 @@ toolbar.selection-mode button.selection-menu menuitem { assistant .sidebar highlight { background-color: transparent; color: @theme_fg_color; - font: bold; + font-weight: bold; } assistant .sidebar { @@ -4740,7 +4741,7 @@ calendar.header { } calendar.header .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } @@ -5161,7 +5162,7 @@ dialog.background.solid-csd > headerbar.titlebar { .titlebar .title, headerbar .title { - font: Bold; + font-weight: bold; padding: 0px 12px; } diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 34cb3a1c..36f1a407 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -410,7 +410,7 @@ PanelApplet.wnck-applet .wnck-pager:hover { } #clock-applet-button.flat.toggle > box.horizontal > label { - font: normal; + font-weight: normal; } na-tray-applet { diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index 14170bfa..f4f0be56 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -160,7 +160,7 @@ /* Misc */ .nemo-cluebar-label { - font: normal; + font-weight: normal; text-shadow: 0 1px shade (@cluebar_color, 1.06); } |