Fix lists

pull/173/head
Satyajit Sahoo 2014-11-23 20:43:17 +05:30
parent 579262958f
commit 9bf8bababe
1 changed files with 5 additions and 0 deletions

View File

@ -618,14 +618,19 @@ GtkExpander {
} }
.list-row { .list-row {
border: none;
border-radius: 0;
padding: 3px; padding: 3px;
background-image: none;
} }
.list-row:hover { .list-row:hover {
background-image: none;
background-color: shade(@theme_bg_color, 1.02); background-color: shade(@theme_bg_color, 1.02);
} }
.list-row:selected { .list-row:selected {
background-image: none;
background-color: @theme_selected_bg_color; background-color: @theme_selected_bg_color;
color: @theme_selected_fg_color; color: @theme_selected_fg_color;
} }