More fixes

This commit is contained in:
Satyajit Sahoo
2013-09-10 16:59:48 +05:30
parent b28d181f45
commit 817ee0f721
2 changed files with 15 additions and 13 deletions
+3 -3
View File
@@ -539,8 +539,8 @@ GtkIconView.view.cell:selected:focus {
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));
from (@theme_selected_bg_color),
to (@theme_selected_bg_color));
color: @theme_selected_fg_color;
}
@@ -757,7 +757,7 @@ GtkInfoBar {
.view.dim-label,
.dim-label {
color: alpha(currentColor, 0.55);
color: alpha(currentColor, 0.5);
}
.dnd {