fixed default theme retina support
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 532 B After Width: | Height: | Size: 494 B |
BIN
usr/themes/default/img/icon-search@2x.png
Normal file
BIN
usr/themes/default/img/icon-search@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1011 B |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user