Refresh thickbox css. Props azaozz. fixes #6843 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@7866 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3cc58bc479
commit
70c2d40897
@ -180,7 +180,7 @@ add_action( 'media_buttons', 'media_buttons' );
|
||||
function media_buttons_head() {
|
||||
$siteurl = get_option('siteurl');
|
||||
echo "<style type='text/css' media='all'>
|
||||
@import '{$siteurl}/wp-includes/js/thickbox/thickbox.css?1';
|
||||
@import '{$siteurl}/wp-includes/js/thickbox/thickbox.css?ver=20080430';
|
||||
div#TB_title {
|
||||
background-color: #222222;
|
||||
color: #cfcfcf;
|
||||
@ -188,6 +188,9 @@ echo "<style type='text/css' media='all'>
|
||||
div#TB_title a, div#TB_title a:visited {
|
||||
color: #cfcfcf;
|
||||
}
|
||||
#TB_window {
|
||||
top: 20px;
|
||||
}
|
||||
</style>\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user