mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/17171] Remove unsupported CSS rules for placeholder
The content property is not supported by the placeholder pseudo-element and hence the rules do not have any effect and can be removed. PHPBB3-17171
This commit is contained in:
parent
098f22609d
commit
0df0bd269a
1 changed files with 0 additions and 12 deletions
|
@ -23,18 +23,6 @@
|
|||
.section-viewtopic .search-box .inputbox {
|
||||
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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue