fixed default theme retina support

This commit is contained in:
fen 2014-03-11 20:23:29 +08:00
parent e4c62b85f1
commit 6e92b4d7ce
3 changed files with 12 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 494 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1011 B

View File

@ -158,6 +158,18 @@ textarea {
text-indent: -9999em;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
#search button {
background-image: url(img/icon-search@2x.png);
-webkit-background-size: 24px 24px;
-moz-background-size: 24px 24px;
-o-background-size: 24px 24px;
background-size: 24px 24px;
}
}
/* ------------------
* Main