Skip to content

Commit

Permalink
form elements now grey
Browse files Browse the repository at this point in the history
  • Loading branch information
benfields committed Sep 1, 2013
1 parent 6da0937 commit 6770b00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/assets/css/effeckt.autoprefixed.css
Original file line number Diff line number Diff line change
Expand Up @@ -6146,7 +6146,7 @@ Example markup:

.effeckt-ckbox-ios7[type=checkbox]:checked,
.effeckt-rdio-ios7:checked {
box-shadow: inset 0px 0px 0px 20px #58ce58; /* alt color = #666666 */
box-shadow: inset 0px 0px 0px 20px #666666;
}

.effeckt-ckbox-ios7[type=checkbox]:after,
Expand Down Expand Up @@ -6201,7 +6201,7 @@ Example markup:

.effeckt-ckbox-android[type=checkbox]:checked,
.effeckt-rdio-android:checked {
box-shadow: inset 0px 0px 0px 20px #008ae5; /* alt color = #666666 */
box-shadow: inset 0px 0px 0px 20px #666666;
}

.effeckt-ckbox-android[type=checkbox]:after,
Expand All @@ -6216,7 +6216,7 @@ Example markup:
-webkit-transition: all 0.1s ease-in 0.1s;
-o-transition: all 0.1s ease-in 0.1s;
transition: all 0.1s ease-in 0.1s;
background: #005c98;
background: #4d4d4d;
}

.effeckt-ckbox-android[type="checkbox"]:checked:after,
Expand Down

0 comments on commit 6770b00

Please sign in to comment.