summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-05-28 00:51:37 +0200
committerraveit65 <[email protected]>2016-05-28 00:52:12 +0200
commitfa83401b3f327bb49baf9a084686b6f00b7790f8 (patch)
tree1420bbca356d41f9cd1844b686372b075cc17c86 /desktop-themes/GreenLaguna
parent44ea29ad957006ba272c0f5d748a1f9842fe997f (diff)
downloadmate-themes-fa83401b3f327bb49baf9a084686b6f00b7790f8.tar.bz2
mate-themes-fa83401b3f327bb49baf9a084686b6f00b7790f8.tar.xz
GTK+-3.22 GreenLaguna: fix deprecacted 'one color stop with linear-gradient' and fonts setiings
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css2
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css10
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css2
4 files changed, 11 insertions, 5 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
index 1250ee97..0e0bd145 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css
@@ -37,7 +37,7 @@ RBSource .cell.image {
}
.nautilus-window .floating-bar {
- font: italic;
+ font-style: italic;
}
.nautilus-canvas-item {
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index 3d73344e..8dcd1069 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -3369,7 +3369,8 @@ dialog.background.solid-csd > headerbar.titlebar {
}
.titlebar .title {
- font: Bold 10;
+ font-weight: bold;
+ font-size: 10pt;
background: none;
color: @theme_fg_color;
}
@@ -3504,7 +3505,7 @@ switch,
switch:backdrop {
font-weight: bold;
font-size: smaller;
- font: bold condensed;
+ font-stretch: condensed;
color: @internal_element_color;
border-radius: 3px;
border-width: 1px;
@@ -3950,6 +3951,7 @@ calendar.header .app-notification button.titlebutton,
border-color: rgba(112, 129, 106, 0.9);
border-image: none;
background-image: linear-gradient(to bottom,
+ rgba(177, 204, 168, 0.9),
rgba(177, 204, 168, 0.9));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
@@ -3986,6 +3988,7 @@ calendar.header .app-notification.frame button.titlebutton {
border-image: none;
background-color: transparent;
background-image: linear-gradient(to bottom,
+ rgba(177, 204, 168, 0.1),
rgba(177, 204, 168, 0.1));
background-clip: padding-box;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
@@ -4005,6 +4008,7 @@ calendar.header .app-notification.frame button.titlebutton {
border-color: rgba(112, 129, 106, 0.7);
background-color: transparent;
background-image: linear-gradient(to bottom,
+ rgba(170, 196, 161, 0.9),
rgba(170, 196, 161, 0.9));
background-clip: padding-box;
box-shadow: none;
@@ -4021,6 +4025,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #878989;
border-color: rgba(112, 129, 106, 0.7);
background-image: linear-gradient(to bottom,
+ rgba(198, 207, 181, 0.5),
rgba(198, 207, 181, 0.5));
background-clip: padding-box;
box-shadow: none;
@@ -4035,6 +4040,7 @@ calendar.header .app-notification.frame button.titlebutton {
color: #eeeeec;
border-color: rgba(112, 129, 106, 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;
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index b531bd05..147ba5bd 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -386,7 +386,7 @@ PanelSeparator {
#clock-applet-button.flat.toggle > box.horizontal > label {
- font: normal;
+ font-weight: normal;
}
na-tray-applet {
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index 65b67eda..3aaea282 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -45,7 +45,7 @@
}
.nemo-window statusbar {
- font: italic;
+ font-style: italic;
}
.nemo-window box.toolbar.horizontal {