Merge pull request #6520 from marc1706/ticket/17171-master

[ticket/17171] Remove unsupported CSS rules for placeholder -- master version
This commit is contained in:
Marc Alexander 2023-07-31 10:04:57 +02:00
commit 31ca3c5624
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -28,18 +28,6 @@
.section-viewtopic .search-box .inputbox { .section-viewtopic .search-box .inputbox {
width: 57px; width: 57px;
} }
.action-bar .search-box .inputbox ::-moz-placeholder {
content: "Search...";
}
.action-bar .search-box .inputbox :-ms-input-placeholder {
content: "Search...";
}
.action-bar .search-box .inputbox ::-webkit-input-placeholder {
content: "Search...";
}
} }
@media (max-width: 500px) { @media (max-width: 500px) {