Skip to content

Commit 33e687c

Browse files
committed
Add the new modlas styling to the importer details Thickbox on Tools -> Import. Props ocean90, fixes #26952
git-svn-id: https://develop.svn.wordpress.org/trunk@28080 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2bde9b5 commit 33e687c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/wp-admin/css/common.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2003,6 +2003,7 @@ div.action-links {
20032003

20042004
/* Thickbox for Plugin Install screen */
20052005
body.plugin-install-php #TB_window,
2006+
body.import-php #TB_window,
20062007
body.plugins-php #TB_window,
20072008
body.update-core-php #TB_window,
20082009
body.index-php #TB_window {
@@ -2015,6 +2016,7 @@ body.index-php #TB_window {
20152016
(min-resolution: 120dpi) {
20162017

20172018
body.plugin-install-php #TB_window,
2019+
body.import-php #TB_window,
20182020
body.plugins-php #TB_window,
20192021
body.update-core-php #TB_window,
20202022
body.index-php #TB_window {
@@ -2025,6 +2027,7 @@ body.index-php #TB_window {
20252027
}
20262028

20272029
body.plugin-install-php #TB_title,
2030+
body.import-php #TB_title,
20282031
body.plugins-php #TB_title,
20292032
body.update-core-php #TB_title,
20302033
body.index-php #TB_title {
@@ -2033,13 +2036,15 @@ body.index-php #TB_title {
20332036
}
20342037

20352038
body.plugin-install-php #TB_ajaxWindowTitle,
2039+
body.import-php #TB_ajaxWindowTitle,
20362040
body.plugins-php #TB_ajaxWindowTitle,
20372041
body.update-core-php #TB_ajaxWindowTitle,
20382042
body.index-php #TB_ajaxWindowTitle {
20392043
display: none;
20402044
}
20412045

20422046
body.plugin-install-php .tb-close-icon,
2047+
body.import-php .tb-close-icon,
20432048
body.plugins-php .tb-close-icon,
20442049
body.update-core-php .tb-close-icon,
20452050
body.index-php .tb-close-icon {
@@ -2049,6 +2054,7 @@ body.index-php .tb-close-icon {
20492054
}
20502055

20512056
body.plugin-install-php .tb-close-icon:before,
2057+
body.import-php .tb-close-icon:before,
20522058
body.plugins-php .tb-close-icon:before,
20532059
body.update-core-php .tb-close-icon:before,
20542060
body.index-php .tb-close-icon:before {

0 commit comments

Comments
 (0)