mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Add cursor: pointer; to .checkbox and .radio and their inline counterparts
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -1381,6 +1381,7 @@ textarea::-webkit-input-placeholder {
|
|||||||
display: inline;
|
display: inline;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio input[type="radio"],
|
.radio input[type="radio"],
|
||||||
@@ -1411,6 +1412,7 @@ textarea::-webkit-input-placeholder {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-inline + .radio-inline,
|
.radio-inline + .radio-inline,
|
||||||
|
@@ -178,6 +178,7 @@ textarea {
|
|||||||
display: inline;
|
display: inline;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -210,6 +211,7 @@ textarea {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.radio-inline + .radio-inline,
|
.radio-inline + .radio-inline,
|
||||||
.checkbox-inline + .checkbox-inline {
|
.checkbox-inline + .checkbox-inline {
|
||||||
|
Reference in New Issue
Block a user