Changeset 93586 in spip-zone for _plugins_/bootstrap/trunk/bootstrap/css/forms.less
- Timestamp:
- Dec 12, 2015, 10:04:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap/trunk/bootstrap/css/forms.less
r90741 r93586 133 133 .placeholder(); 134 134 135 // Unstyle the caret on `<select>`s in IE10+. 136 &::-ms-expand { 137 border: 0; 138 background-color: transparent; 139 } 140 135 141 // Disabled and read-only inputs 136 142 // … … 434 440 435 441 & ~ .form-control-feedback { 436 442 top: (@line-height-computed + 5); // Height of the `label` and its margin 437 443 } 438 444 &.sr-only ~ .form-control-feedback { 439 445 top: 0; 440 446 } 441 447 } … … 592 598 @media (min-width: @screen-sm-min) { 593 599 .control-label { 594 padding-top: ( (@padding-large-vertical * @line-height-large)+ 1);600 padding-top: (@padding-large-vertical + 1); 595 601 font-size: @font-size-large; 596 602 }
Note: See TracChangeset
for help on using the changeset viewer.