Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
Fix radio and checkbox style.
  • Loading branch information
jxlwqq committed Oct 29, 2018
1 parent 0fe4f47 commit d91d817
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/assets/MaterialAdminLTE/dist/css/custom.css
Expand Up @@ -17,3 +17,11 @@
.form-horizontal label {
margin-top: 10px;
}

.checkbox .checkbox-material, label.checkbox-inline .checkbox-material {
display: none;
}

.radio .circle, label.radio-inline .circle {
display: none;
}

0 comments on commit d91d817

Please sign in to comment.