Skip to content
Permalink
Browse files
Add a border for checkboxes
  • Loading branch information
samdroid-apps authored and godiard committed Apr 13, 2015
1 parent e4b116f commit 27fac30
Showing 1 changed file with 4 additions and 0 deletions.
@@ -694,6 +694,10 @@ SugarPaletteWindowWidget .scale {
/* Radio and check buttons */
GtkCheckButton {
border: 1px solid @black;
}
GtkCheckButton:prelight {
background-color: alpha(@theme_base_color, 0.0);
}

0 comments on commit 27fac30

Please sign in to comment.