This commit is contained in:
Rougin Royce Gutib 2014-09-19 09:12:48 +00:00
commit dbc86672f6

View File

@ -3074,3 +3074,9 @@ fieldset[disabled] .navbar .btn-link:focus {
.slider-material-lightgrey {
background-color: #ececec;
}
.checkbox {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}