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