From 2dd1d18a4d3cc77297285f4ef04f97f5e5a00610 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 28 May 2016 00:51:37 +0200 Subject: GTK+-3.22 GreenLaguna: fix deprecacted 'one color stop with linear-gradient' and fonts setiings --- desktop-themes/GreenLaguna/gtk-3.0/gnome-applications.css | 2 +- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 10 ++++++++-- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 2 +- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'desktop-themes/GreenLaguna') 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 { -- cgit v1.2.1