summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-27 23:05:55 +0200
committerraveit65 <[email protected]>2016-05-27 23:05:55 +0200
commit256be169d2456b294c99ca66fda223981e1ee21b (patch)
treef3d42b1ab1f3444cac8719dfa18da5296a6fc064
parentaf3fc20b1816cd7c899c9a309ee77bf89d4cc128 (diff)
downloadmate-themes-256be169d2456b294c99ca66fda223981e1ee21b.tar.bz2
mate-themes-256be169d2456b294c99ca66fda223981e1ee21b.tar.xz
GTK+-3.22 Menta themes: fix deprecated one color stop with linear-gradient()
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css5
2 files changed, 10 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
index d44658d6..458d8998 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -4434,6 +4434,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);
@@ -4467,6 +4468,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);
@@ -4483,6 +4485,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;
@@ -4499,6 +4502,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;
@@ -4513,6 +4517,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/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index 4fac6c6b..146a26fb 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -4451,6 +4451,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(172, 205, 138, 0.7),
rgba(172, 205, 138, 0.7));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(255, 255, 255, 0.1);
@@ -4484,6 +4485,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);
@@ -4500,6 +4502,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;
@@ -4516,6 +4519,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;
@@ -4530,6 +4534,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(172, 205, 138, 0.7),
rgba(172, 205, 138, 0.7));
background-clip: padding-box;
box-shadow: none;