[gtk+] Raleigh: Avoid deprecated icon-shadow



commit 8e12943a097326f912648a124d3b095a853bd49b
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 23 14:44:27 2015 -0500

    Raleigh: Avoid deprecated icon-shadow

 gtk/theme/Raleigh/gtk-default.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/theme/Raleigh/gtk-default.css b/gtk/theme/Raleigh/gtk-default.css
index cae7da6..6480897 100644
--- a/gtk/theme/Raleigh/gtk-default.css
+++ b/gtk/theme/Raleigh/gtk-default.css
@@ -802,7 +802,7 @@ GtkCalendar.button:hover {
 }
 
 .titlebar .titlebutton {
-  icon-shadow: 0px 1px #ffff;
+  -gtk-icon-shadow: 0px 1px #ffff;
   color: shade(@fg_color, 1.8);
   background: none;
   padding: 5px 5px 6px 5px;
@@ -826,14 +826,14 @@ GtkCalendar.button:hover {
 .titlebar .titlebutton:active {
   background-image: linear-gradient(to bottom, #a7aba7, shade(@bg_color, 0.95));
   color: @selected_fg_color;
-  icon-shadow: none;
+  -gtk-icon-shadow: none;
 }
 
 .titlebar .titlebutton:backdrop {
   background-image: none;
   color: #a7aba7;
   border-image: none;
-  icon-shadow: none;
+  -gtk-icon-shadow: none;
 }
 
 .window-frame {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]