Fix lists

This commit is contained in:
Satyajit Sahoo
2014-11-23 20:43:17 +05:30
parent 579262958f
commit 9bf8bababe
+5
View File
@@ -618,14 +618,19 @@ GtkExpander {
}
.list-row {
border: none;
border-radius: 0;
padding: 3px;
background-image: none;
}
.list-row:hover {
background-image: none;
background-color: shade(@theme_bg_color, 1.02);
}
.list-row:selected {
background-image: none;
background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color;
}