summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css20
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css4
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css4
3 files changed, 14 insertions, 14 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index 1d723e8c..d44658d6 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -3200,13 +3200,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;
}
/***************
@@ -4100,14 +4101,13 @@ toolbar.selection-mode button.selection-menu menuitem {
****************/
assistant .sidebar highlight {
- background-color: transparent;
- color: @theme_fg_color;
- font: bold;
+ background-color: transparent;
+ color: @theme_fg_color;
+ font-weight: bold;
}
assistant .sidebar {
padding: 12px 18px 12px;
-
border-width: 0 1px 0 0;
border-radius: 0px;
border-style: solid;
@@ -4724,7 +4724,7 @@ calendar.header {
}
calendar.header .title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px;
}
@@ -5145,7 +5145,7 @@ dialog.background.solid-csd > headerbar.titlebar {
.titlebar .title,
headerbar .title {
- font: Bold;
+ font-weight: bold;
padding: 0px 12px;
}
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 8ccbb4e9..32f5d800 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -213,7 +213,7 @@
/* misc */
/* do we have this style class? */
.caja-cluebar-label {
- font: normal;
+ font-weight: normal;
text-shadow: 0 1px shade (@cluebar_color, 1.06);
}
@@ -418,7 +418,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/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 14170bfa..975418ce 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -160,8 +160,8 @@
/* Misc */
.nemo-cluebar-label {
- font: normal;
- text-shadow: 0 1px shade (@cluebar_color, 1.06);
+ font-weight: normal;
+ text-shadow: 0 1px shade (@cluebar_color, 1.06);
}
.nemo-window-pane infobar.info {