mirror of
https://github.com/typecho/typecho.git
synced 2025-04-15 07:13:05 +02:00
fixed default theme retina support
This commit is contained in:
parent
e4c62b85f1
commit
6e92b4d7ce
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user