diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-02-17 19:41:00 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-02-17 19:41:00 +0000 |
| commit | 6e0009e18d6ed2580a7f571e3253b63404948804 (patch) | |
| tree | 495ac46075897daa8413e59226bbf872d4aacbff /dist/css/bootstrap.css | |
| parent | a7a6e7f8d6c4900b83017f7ae2bd69ec509d32c4 (diff) | |
| download | bootstrap-6e0009e18d6ed2580a7f571e3253b63404948804.tar.xz bootstrap-6e0009e18d6ed2580a7f571e3253b63404948804.zip | |
automatic grunt dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5fcfeb57b..c5812b963 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; } |
