summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 09:37:32 +0200
committerraveit65 <[email protected]>2016-05-28 09:38:58 +0200
commit5d43c912d2a8e0f5bfdfff8314da98e1a6c5a64f (patch)
treeec2a1bf9d5df065518ce6c730127bc361f33c12f /desktop-themes
parentfa83401b3f327bb49baf9a084686b6f00b7790f8 (diff)
downloadmate-themes-5d43c912d2a8e0f5bfdfff8314da98e1a6c5a64f.tar.bz2
mate-themes-5d43c912d2a8e0f5bfdfff8314da98e1a6c5a64f.tar.xz
GTK+-3.22 TOK themes: fix deprecacted 'one color stop with linear-gradient' and fonts setiings
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css11
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css2
4 files changed, 18 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 3b304177..5a466919 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2199,7 +2199,7 @@ treemenu menuitem {
menu,
.menu {
- font: normal;
+ font-weight: normal;
background-color: @menu_bg_color;
color: @menu_fg_color;
padding: 1px;
@@ -3154,7 +3154,7 @@ progressbar .osd {
assistant .sidebar highlight {
color: @theme_fg_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -3655,7 +3655,7 @@ headerbar,
headerbar .title,
.titlebar .title {
- font: Bold;
+ font-weight: bold;
}
headerbar button.titlebutton,
@@ -3956,6 +3956,7 @@ calendar.header .app-notification button.titlebutton,
color: @theme_fg_color;
border-color: rgba(89, 112, 75, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(180, 187, 163, 0.7),
rgba(180, 187, 163, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -3989,6 +3990,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(119, 158, 79, 0.7),
rgba(119, 158, 79, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4005,6 +4007,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(105, 175, 65, 0.7),
rgba(105, 175, 65, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -4021,6 +4024,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #878989;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(52, 57, 57, 0.5),
rgba(52, 57, 57, 0.5));
background-clip: padding-box;
box-shadow: none;
@@ -4035,6 +4039,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(180, 187, 163, 0.7),
rgba(180, 187, 163, 0.7));
background-clip: padding-box;
box-shadow: none;
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
index 889c8de4..6f8e4941 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/mate-applications.css
@@ -212,7 +212,7 @@ PanelSeparator {
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
PanelApplet.wnck-applet .wnck-pager {
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 229ea30a..cbbac0e2 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
@@ -2199,7 +2199,7 @@ treemenu menuitem {
menu,
.menu {
- font: normal;
+ font-weight: normal;
background-color: @menu_bg_color;
color: @menu_fg_color;
padding: 1px;
@@ -3154,7 +3154,7 @@ progressbar .osd {
assistant .sidebar highlight {
color: @theme_fg_color;
- font: bold;
+ font-weight: bold;
}
assistant .sidebar {
@@ -3655,7 +3655,7 @@ headerbar,
headerbar .title,
.titlebar .title {
- font: Bold;
+ font-weight: bold;
}
headerbar button.titlebutton,
@@ -3956,6 +3956,7 @@ calendar.header .app-notification button.titlebutton,
color: @theme_fg_color;
border-color: rgba(75, 89, 112, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(102, 153, 204, 0.7),
rgba(102, 153, 204, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -3989,6 +3990,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(79, 119, 158, 0.7),
rgba(79, 119, 158, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4005,6 +4007,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: white;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(65, 106, 175, 0.7),
rgba(65, 106, 175, 0.7));
background-clip: padding-box;
box-shadow: none;
@@ -4021,6 +4024,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #878989;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(52, 57, 57, 0.5),
rgba(52, 57, 57, 0.5));
background-clip: padding-box;
box-shadow: none;
@@ -4035,6 +4039,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #eeeeec;
border-color: rgba(0, 0, 0, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(102, 153, 204, 0.7),
rgba(102, 153, 204, 0.7));
background-clip: padding-box;
box-shadow: none;
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
index 3ff76023..0befc93a 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
+++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css
@@ -211,7 +211,7 @@ PanelSeparator {
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
PanelApplet.wnck-applet .wnck-pager {