mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
bootstrap: Remove vendor-prefixed placeholders.
These conflict with our own, standard styles in app_components.css.
This commit is contained in:
9
web/third/bootstrap/css/bootstrap.app.css
vendored
9
web/third/bootstrap/css/bootstrap.app.css
vendored
@@ -86,15 +86,6 @@ label {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
input:-moz-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
input:-ms-input-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
input::-webkit-input-placeholder {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
input[disabled],
|
input[disabled],
|
||||||
input[readonly] {
|
input[readonly] {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|||||||
Reference in New Issue
Block a user