fixes #5742: add cursor: pointer; to labels and selects
This commit is contained in:
parent
d350f577e9
commit
d0c75bbc83
3 changed files with 21 additions and 2 deletions
12
docs/assets/css/bootstrap.css
vendored
12
docs/assets/css/bootstrap.css
vendored
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue