diff options
| author | Mark Otto <[email protected]> | 2013-08-15 11:52:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 11:52:22 -0700 |
| commit | 2690a3dc3185e9666384cf6982354f0456473da7 (patch) | |
| tree | 9899bff6d0e49ecf8c3724ada59748507dc41449 /dist/css/bootstrap.css | |
| parent | 5a0ba42a7becc00ea4c64806b714c5f351b9b96d (diff) | |
| download | bootstrap-2690a3dc3185e9666384cf6982354f0456473da7.tar.xz bootstrap-2690a3dc3185e9666384cf6982354f0456473da7.zip | |
Add to #9578 and fix #9614: use cursor not-allowed on radios and checkboxes
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 23c2e503e..6db47a39b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1711,10 +1711,14 @@ textarea.form-control { margin-left: 10px; } +input[type="radio"][disabled], +input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], +fieldset[disabled] input[type="radio"], +fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, |
