mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Some more radio/check/model button fun
This commit is contained in:
parent
fd77b4677d
commit
ffdb75e86b
@ -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 *
|
||||
|
Loading…
x
Reference in New Issue
Block a user