mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Fix lists
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user