r112060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112059‎ | r112060 | r112061 >
Date:23:03, 21 February 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
hide cancel button on search for webkit browsers

since we have a clear search button we should remove the
default browser clear button for clearing the input as two
of these is confusing
Modified paths:
  • /trunk/extensions/MobileFrontend/stylesheets/beta_common.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/common.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/common.css
@@ -186,6 +186,10 @@
187187 padding: 0;
188188 }
189189
 190+#search::-webkit-search-cancel-button {
 191+ -webkit-appearance: none;
 192+}
 193+
190194 ul#footer-info {
191195 list-style: none;
192196 list-style-image: none;
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css
@@ -187,6 +187,10 @@
188188 padding: 0;
189189 }
190190
 191+#search::-webkit-search-cancel-button {
 192+ -webkit-appearance: none;
 193+}
 194+
191195 ul#footer-info {
192196 list-style: none;
193197 list-style-image: none;

Status & tagging log