diff options
| author | Mark Otto <[email protected]> | 2012-11-01 09:44:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-01 09:44:51 -0700 |
| commit | d0c75bbc8324a552b93817b1f565fa798f6574cf (patch) | |
| tree | 81d2e2becfac30da586e4392ca5758fbf8633f5b /docs/assets | |
| parent | d350f577e9aed350bf82f3937f68d11d613773d1 (diff) | |
| download | bootstrap-d0c75bbc8324a552b93817b1f565fa798f6574cf.tar.xz bootstrap-d0c75bbc8324a552b93817b1f565fa798f6574cf.zip | |
fixes #5742: add cursor: pointer; to labels and selects
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4be2aeebe..142df455a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -109,6 +109,17 @@ input[type="submit"] { -webkit-appearance: button; } +label, +select, +button, +input[type="button"], +input[type="reset"], +input[type="submit"], +input[type="radio"], +input[type="checkbox"] { + cursor: pointer; +} + input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; @@ -1073,7 +1084,6 @@ input[type="checkbox"] { margin-top: 1px \9; *margin-top: 0; line-height: normal; - cursor: pointer; } input[type="file"], |
