Fix lists
parent
579262958f
commit
9bf8bababe
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue