mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Ensure Thickbox loading spinner is properly sized for HiDPI displays.
props paulwilde. see #26952. Built from https://develop.svn.wordpress.org/trunk@27678 git-svn-id: http://core.svn.wordpress.org/trunk@27521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c08ff58b13
commit
1e207afcd2
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user