Refresh thickbox css. Props azaozz. fixes #6843 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@7866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8cabdbc588
commit
43fc7beb08
|
@ -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