1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-02-17 19:41:00 +00:00
parent a7a6e7f8d6
commit 6e0009e18d
3 changed files with 6 additions and 3 deletions

View file

@ -2574,10 +2574,13 @@ output {
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eee;
opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
cursor: not-allowed;
}
textarea.form-control {
height: auto;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long