summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-27 14:07:21 +0200
committerraveit65 <[email protected]>2016-05-27 14:07:21 +0200
commitc19e45eb330ba4219ed37fe6a2fecb4b39f22623 (patch)
treeea3f9078f39f4a9eb493e6728d0058128fc76730 /desktop-themes/Menta
parent732ad5d6cce1d847850163216521c0a19e5c490a (diff)
downloadmate-themes-c19e45eb330ba4219ed37fe6a2fecb4b39f22623.tar.bz2
mate-themes-c19e45eb330ba4219ed37fe6a2fecb4b39f22623.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.css15
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css2
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);
}