Refinement.

This commit is contained in:
Sam Hewitt
2014-12-18 13:08:32 -05:00
parent 8c0a82bcf1
commit df18c60c40
13 changed files with 317 additions and 124 deletions

View File

@@ -93,27 +93,6 @@
}
/************
* List Box *
************/
GtkListBoxRow:selected,
.view:selected {
background-color: @selection;
color: white;
}
GtkListBoxRow:selected:backdrop {
background-color: @backdrop_background;
color: @foreground;
}
GtkListBoxRow:selected:focus,
.view:selected:focus {
background-color: @selection;
color: @selected_foreground;
}
/************
* Treeview *
************/
@@ -131,6 +110,7 @@ GtkTreeView {
-GtkTreeView-horizontal-separator: 6px;
-GtkTreeView-expander-size: 8px;
-GtkTreeView-grid-line-pattern: "\000\000";
border: 1px solid @border;
}
GtkTreeView row:nth-child(even) {