Skip to content
Permalink
Browse files
Show border in checkbox in toolbars and palettes
We need show a white border in this case.
One example is the fill color palette in Paint activity
(select a shape tool to enable the fill color palette).
  • Loading branch information
godiard authored and tchx84 committed Apr 13, 2015
1 parent f87d4b0 commit e6f3c44
Showing 1 changed file with 3 additions and 2 deletions.
@@ -702,9 +702,10 @@ GtkCheckButton:prelight {
background-color: alpha(@theme_base_color, 0.0);
}
.toolbar GtkCheckButton,
SugarPaletteWindowWidget GtkCheckButton {
.toolbar GtkCheckButton,.toolbar .check,
SugarPaletteWindowWidget .check {
color: @theme_base_color;
border: 1px solid @theme_base_color;
}
.radio,

0 comments on commit e6f3c44

Please sign in to comment.