mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
make checkboxes smaller
This commit is contained in:
parent
3a7b05d60d
commit
27269809e7
|
@ -565,6 +565,25 @@ To specify it in CSS, set the box-shadow of the contents node."
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
/* Check boxes */
|
||||
.metabrush checkbutton {
|
||||
background-image: none;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
.metabrush checkbutton check {
|
||||
color: @highlight;
|
||||
border: 1px solid @bg;
|
||||
border-radius: 3px;
|
||||
padding: 1px;
|
||||
background-image: none;
|
||||
background-color: @active;
|
||||
box-shadow: unset;
|
||||
padding: 3px;
|
||||
transform: scale(0.66);
|
||||
}
|
||||
|
||||
|
||||
.metabrush .layer-item, .metabrush .brush-item {
|
||||
color: @plain;
|
||||
background-color: @active;
|
||||
|
|
Loading…
Reference in a new issue