Ensure Thickbox loading spinner is properly sized for HiDPI displays.
props paulwilde. see #26952. git-svn-id: https://develop.svn.wordpress.org/trunk@27678 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
401aa27073
commit
9b56f72fb1
@ -2008,6 +2008,8 @@ body.index-php #TB_window {
|
||||
body.plugin-install-php #TB_window,
|
||||
body.index-php #TB_window {
|
||||
background: #fcfcfc url( ../images/spinner-2x.gif ) no-repeat center;
|
||||
-webkit-background-size: 20px 20px;
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user