Skip to content

Commit

Permalink
Fixes xyl0n#84
Browse files Browse the repository at this point in the history
  • Loading branch information
xyl0n committed Dec 7, 2014
1 parent 3a5ad5d commit 070116b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions gtk-3.0/gtk-widgets-assets.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*******************/
/* draw regular check and radio items using our assets */
.check,
.check:focus,
.check row:selected,
.check row:selected:focus {
.check:focus {
-gtk-icon-source: url("assets/checkbox-unchecked.svg");
}

Expand Down
1 change: 1 addition & 0 deletions gtk-3.0/widgets/cell-row.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
color: shade(@theme_selected_fg_color, 1.15);
}


GtkTreeView.cell.button {
color: @theme_fg_color;
}
Expand Down

0 comments on commit 070116b

Please sign in to comment.