Index: trunk/extensions/MobileFrontend/stylesheets/common.css |
— | — | @@ -186,6 +186,10 @@ |
187 | 187 | padding: 0; |
188 | 188 | } |
189 | 189 | |
| 190 | +#search::-webkit-search-cancel-button { |
| 191 | + -webkit-appearance: none; |
| 192 | +} |
| 193 | + |
190 | 194 | ul#footer-info { |
191 | 195 | list-style: none; |
192 | 196 | list-style-image: none; |
Index: trunk/extensions/MobileFrontend/stylesheets/beta_common.css |
— | — | @@ -187,6 +187,10 @@ |
188 | 188 | padding: 0; |
189 | 189 | } |
190 | 190 | |
| 191 | +#search::-webkit-search-cancel-button { |
| 192 | + -webkit-appearance: none; |
| 193 | +} |
| 194 | + |
191 | 195 | ul#footer-info { |
192 | 196 | list-style: none; |
193 | 197 | list-style-image: none; |