diff --git a/style.cfg b/style.cfg index e0822f7..aa4456f 100644 --- a/style.cfg +++ b/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = revolution copyright = © Semi_Deus, © nextgen -style_version = 2.2.2 -phpbb_version = 3.3.10 +style_version = 2.2.3 +phpbb_version = 3.3.11 # Defining a different template bitfield # template_bitfield = //g= diff --git a/theme/forms.css b/theme/forms.css index f02e629..e359eeb 100644 --- a/theme/forms.css +++ b/theme/forms.css @@ -259,6 +259,9 @@ fieldset.submit-buttons input { .message-box textarea { font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; width: 450px; height: 270px; min-width: 100%; diff --git a/theme/responsive.css b/theme/responsive.css index bd405d8..f80a526 100644 --- a/theme/responsive.css +++ b/theme/responsive.css @@ -22,18 +22,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..."; } } diff --git a/theme/stylesheet.css b/theme/stylesheet.css index 70453a6..b4246bf 100644 --- a/theme/stylesheet.css +++ b/theme/stylesheet.css @@ -3,7 +3,7 @@ Style name: Revolution Style name: prosilver (the default phpBB 3.3.x style) Original author: Tom Beddard ( http://www.subblue.com/ ) - Modified by: Melvin García ( https://nextgen.gt/ ) + Modified by: nextgen ( https://nextgen.gt/ ) -------------------------------------------------------------- */