Index: trunk/extensions/MobileFrontend/stylesheets/android.css |
— | — | @@ -217,9 +217,20 @@ |
218 | 218 | #searchbox #goButton { |
219 | 219 | border: 0; |
220 | 220 | background: url(images/s.gif) no-repeat top left; |
| 221 | + background-size: 27px 25px; |
221 | 222 | height: 25px; |
222 | 223 | width: 27px; |
223 | 224 | } |
| 225 | +@media screen and (-webkit-device-pixel-ratio: 1.5) { |
| 226 | + #searchbox #goButton { |
| 227 | + background-image: url(images/s-hdpi.png) !important; |
| 228 | + } |
| 229 | +} |
| 230 | +@media screen and (-webkit-device-pixel-ratio: 2.0) { |
| 231 | + #searchbox #goButton { |
| 232 | + background-image: url(images/s-xhdpi.png) !important; |
| 233 | + } |
| 234 | +} |
224 | 235 | |
225 | 236 | #searchbox #searchField { |
226 | 237 | width: auto; |
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css |
— | — | @@ -217,9 +217,15 @@ |
218 | 218 | #searchbox #goButton { |
219 | 219 | border: 0; |
220 | 220 | background: url(images/s.gif) no-repeat top left; |
| 221 | + background-size: 27px 25px; |
221 | 222 | height: 25px; |
222 | 223 | width: 27px; |
223 | 224 | } |
| 225 | +@media screen and (-webkit-device-pixel-ratio: 2.0) { |
| 226 | + #searchbox #goButton { |
| 227 | + background-image: url(images/s-xhdpi.png) !important; |
| 228 | + } |
| 229 | +} |
224 | 230 | |
225 | 231 | #searchbox #searchField { |
226 | 232 | width: auto; |
Index: trunk/extensions/MobileFrontend/stylesheets/default.css |
— | — | @@ -217,6 +217,7 @@ |
218 | 218 | #searchbox #goButton { |
219 | 219 | border: 0; |
220 | 220 | background: url(images/s.gif) no-repeat top left; |
| 221 | + background-size: 27px 25px; |
221 | 222 | height: 25px; |
222 | 223 | width: 27px; |
223 | 224 | } |
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css |
— | — | @@ -217,9 +217,20 @@ |
218 | 218 | #searchbox #goButton { |
219 | 219 | border: 0; |
220 | 220 | background: url(images/s.gif) no-repeat top left; |
| 221 | + background-size: 27px 25px; |
221 | 222 | height: 25px; |
222 | 223 | width: 27px; |
223 | 224 | } |
| 225 | +@media screen and (-webkit-device-pixel-ratio: 1.5) { |
| 226 | + #searchbox #goButton { |
| 227 | + background-image: url(images/s-hdpi.png) !important; |
| 228 | + } |
| 229 | +} |
| 230 | +@media screen and (-webkit-device-pixel-ratio: 2.0) { |
| 231 | + #searchbox #goButton { |
| 232 | + background-image: url(images/s-xhdpi.png) !important; |
| 233 | + } |
| 234 | +} |
224 | 235 | |
225 | 236 | #searchbox #searchField { |
226 | 237 | width: auto; |