Use linear-gradient instead of -gtk-gradient

This commit is contained in:
Satyajit Sahoo
2013-09-14 22:25:38 +05:30
parent 1848c13bb0
commit a83186c3da
2 changed files with 10 additions and 12 deletions
+2 -4
View File
@@ -539,10 +539,8 @@ GtkIconView.view.cell:selected:focus {
border-style: solid;
border-color: shade(@theme_selected_bg_color, 0.9);
border-radius: 2px;
background-image: -gtk-gradient(linear, left top, left bottom,
from (@theme_selected_bg_color),
to (@theme_selected_bg_color));
background-color: @theme_selected_bg_color;
background-image: none;
color: @theme_selected_fg_color;
}