Author: violetagg
Date: Tue Feb 6 21:52:25 2018
New Revision: 1823396
URL: http://svn.apache.org/viewvc?rev=1823396&view=rev
Log:
Fixed searchbox appearance on Mac. Patch by Igal Sapir.
Modified:
tomcat/site/trunk/docs/res/css/tomcat.css
tomcat/site/trunk/xdocs/res/css/tomcat.css
Modified: tomcat/site/trunk/docs/res/css/tomcat.css
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/res/css/tomcat.css?rev=1823396&r1=1823395&r2=1823396&view=diff
==============================================================================
--- tomcat/site/trunk/docs/res/css/tomcat.css (original)
+++ tomcat/site/trunk/docs/res/css/tomcat.css Tue Feb 6 21:52:25 2018
@@ -344,6 +344,10 @@ table.defaultTable th, table.defaultTabl
right: 0;
}
+input[type=search] {
+ -webkit-appearance: none;
+}
+
@media (max-width: 960px){
/* target screens smaller than max-width */
#header h1 {
Modified: tomcat/site/trunk/xdocs/res/css/tomcat.css
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/res/css/tomcat.css?rev=1823396&r1=1823395&r2=1823396&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/res/css/tomcat.css (original)
+++ tomcat/site/trunk/xdocs/res/css/tomcat.css Tue Feb 6 21:52:25 2018
@@ -344,6 +344,10 @@ table.defaultTable th, table.defaultTabl
right: 0;
}
+input[type=search] {
+ -webkit-appearance: none;
+}
+
@media (max-width: 960px){
/* target screens smaller than max-width */
#header h1 {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]