css-bootstrap/checkbox.css
authorEdward <edward@roojs.com>
Thu, 18 Sep 2014 05:02:08 +0000 (13:02 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Sep 2014 05:02:08 +0000 (13:02 +0800)
css-bootstrap/checkbox.css

index 0ed807b..b7b1439 100644 (file)
@@ -14,7 +14,7 @@
     -ms-user-select: none;
     user-select: none;
 }
-.checkbox label::after {
+.checkbox label::before {
     content: "";
     display: inline-block;
     position: absolute;
@@ -28,7 +28,7 @@
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
-.checkbox label::before {
+.checkbox label::after {
     display: inline-block;
     position: absolute;
     width: 16px;