Some more radio/check/model button fun

This commit is contained in:
Adriano Moura 2016-11-30 02:51:29 -02:00
parent fd77b4677d
commit ffdb75e86b

View File

@ -317,6 +317,8 @@ checkbutton:focus {
/* but outline doesen't work inside a label! so we use borders */
radiobutton label,
checkbutton label{
padding-left: 4px;
padding-right: 4px;
border: 1px dotted alpha(black,0);
}
@ -359,6 +361,11 @@ radio:indeterminate {
-gtk-icon-source: url("assets/check-indeterminate.png");
}
/* similar to checkbutton, used in popovers */
modelbutton label {
padding: 2px 6px;
}
/****************************
* viewport, iconview, view *