Skip to content

Commit

Permalink
feat(bricks): add formstone-style checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksueiR committed May 1, 2015
1 parent 490fec3 commit a668e46
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 78 deletions.
10 changes: 6 additions & 4 deletions src/css/assets/picker.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//@fs-checkbox-marker-height-width: 20px;
//@fs-checkbox-marker-margin: 0 10px 0 0;

@fs-checkbox-flag-background: #545454;

// Focus
@fs-dropdown-focus-marker-box-shadow: @default-focus-shadow;
Expand All @@ -38,7 +39,7 @@
&-toggle&-checked {

.fs-checkbox-flag {
background: #545454;
background:@fs-checkbox-flag-background;
border: 1px @medium-dark-grey-color outset;

&:after {
Expand Down Expand Up @@ -69,9 +70,10 @@
color: #000;
}*/

&-toggle &-marker {
float: right;
margin: 0;
&-marker {
position: absolute !important;
right: 0;
margin-right: 0;
border-style: outset;
}

Expand Down
4 changes: 4 additions & 0 deletions src/css/side-panel/categories.less
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@
line-height: 150%;
}

label {
color: white;
}

.layer-settings {
padding: 12px 22px 2px 35px;
}
Expand Down

0 comments on commit a668e46

Please sign in to comment.