Skip to content

Commit fa88fa3

Browse files
committed
Added bootstrap variable $input-bg for checkbox background #123
1 parent d012735 commit fa88fa3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awesome-bootstrap-checkbox.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
margin-left: -20px;
5353
border: 1px solid @input-border;
5454
border-radius: 3px;
55-
background-color: #fff;
55+
background-color: @input-bg;
5656
.transition(~"border 0.15s ease-in-out, color 0.15s ease-in-out");
5757
}
5858

@@ -174,7 +174,7 @@
174174
margin-left: -20px;
175175
border: 1px solid @input-border;
176176
border-radius: 50%;
177-
background-color: #fff;
177+
background-color: @input-bg;
178178
.transition(border 0.15s ease-in-out);
179179
}
180180

awesome-bootstrap-checkbox.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $check-icon: $fa-var-check !default;
177177
margin-left: -20px;
178178
border: 1px solid $input-border;
179179
border-radius: 50%;
180-
background-color: #fff;
180+
background-color: $input-bg;
181181
@include transition(border 0.15s ease-in-out);
182182
}
183183

0 commit comments

Comments
 (0)