1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02:00
This commit is contained in:
Mark Otto
2014-12-23 22:57:03 -08:00
parent 6011b4678b
commit 952be04cb0
6 changed files with 21 additions and 26 deletions

View File

@@ -1953,15 +1953,19 @@ output {
}
.form-control::-webkit-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
opacity: 1;
}
.form-control::placeholder {
color: #999;
opacity: 1;
}
.form-control:disabled, .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
@@ -4932,10 +4936,6 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
z-index: 1030;
}
.show {
display: block !important;
}
[hidden] {
display: none !important;
}
@@ -4952,11 +4952,6 @@ a.list-group-item-state.active, a.list-group-item-state.active:hover, a.list-gro
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}