Skip to content

Commit

Permalink
radio cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
mariez committed Aug 27, 2017
1 parent 21f9171 commit 630d368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/legacy.less
Expand Up @@ -407,7 +407,7 @@ div.tab-content {padding:20px;border:1px solid #CCC;background-color:#FFF;margin
.radio input[type="radio"]:checked + label::after { -webkit-transform:scale(1, 1); -ms-transform:scale(1, 1); -o-transform:scale(1, 1); transform:scale(1, 1)}
.radio input[type="radio"]:disabled + label { opacity:0.65}
.radio input[type="radio"]:disabled + label::before { cursor:not-allowed}
.radio.radio-inline { margin-top:0;margin-left:5px}
.radio.radio-inline { margin-top:0;margin-left:5px;cursor:initial}
/*input[type="checkbox"].styled:checked + label:after, */input[type="radio"].styled:checked + label:after { font-family:'Glyphicons Halflings'; content:"\e013"}
/*input[type="checkbox"] .styled:checked + label::before, */input[type="radio"] .styled:checked + label::before { color:#fff}
/*input[type="checkbox"] .styled:checked + label::after, */ input[type="radio"] .styled:checked + label::after { color:#fff}
Expand Down

0 comments on commit 630d368

Please sign in to comment.