mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
HiDPI Press This bookmarklet image. props empireoflight. see #21019.
git-svn-id: http://core.svn.wordpress.org/trunk@22377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
44774b52ab
commit
458b031392
@ -4997,6 +4997,7 @@ h2 .nav-tab {
|
||||
|
||||
.pressthis a span {
|
||||
background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
|
||||
background-size: 24px 20px;
|
||||
padding: 8px 11px 8px 27px;
|
||||
margin: 0 5px;
|
||||
display: inline-block;
|
||||
@ -5019,6 +5020,11 @@ h2 .nav-tab {
|
||||
box-shadow: 0 10px 8px rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
|
||||
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
|
||||
.pressthis a span {
|
||||
background-image: url(../images/press-this-2x.png?v=20121105);
|
||||
}
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------------------
|
||||
20.0 - Settings
|
||||
|
BIN
wp-admin/images/press-this-2x.png
Normal file
BIN
wp-admin/images/press-this-2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue
Block a user