From 0df0bd269ae94ee7ef1c4b7e8af568d5172f5b2f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Jul 2023 10:00:56 +0200 Subject: [PATCH] [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 --- phpBB/styles/prosilver/theme/responsive.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index a53dadc2b7..5a3041fe0c 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -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) {