summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-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
6 files changed, 24 insertions, 23 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 {
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);
}