Remove the new thickbox styles from wp-admin.css. See #26178

Built from https://develop.svn.wordpress.org/trunk@26396


git-svn-id: http://core.svn.wordpress.org/trunk@26296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 05:35:10 +00:00
parent 97319603e3
commit 2d2d9c083e
4 changed files with 2 additions and 56 deletions

View File

@ -10856,33 +10856,6 @@ li#wp-admin-bar-toggle-button {
}
/* Thickbox styles */
.tb-close-icon {
background: none;
height: 16px;
margin: -2px 0 0 -3px;
width: 16px;
}
.tb-close-icon:before {
content: '\f158';
color: #ccc;
font: normal 20px/1 'dashicons';
speak: none;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tb-close-icon:hover:before {
color: #fff;
}
#TB_closeAjaxWindow a {
text-decoration: none;
}
@-ms-viewport {
width: device-width;
}

File diff suppressed because one or more lines are too long

View File

@ -10856,33 +10856,6 @@ li#wp-admin-bar-toggle-button {
}
/* Thickbox styles */
.tb-close-icon {
background: none;
height: 16px;
margin: -2px -3px 0 0;
width: 16px;
}
.tb-close-icon:before {
content: '\f158';
color: #ccc;
font: normal 20px/1 'dashicons';
speak: none;
vertical-align: middle;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tb-close-icon:hover:before {
color: #fff;
}
#TB_closeAjaxWindow a {
text-decoration: none;
}
@-ms-viewport {
width: device-width;
}

File diff suppressed because one or more lines are too long