Kill the background from the default jQuery UI dialog theme. We'll get this from .wp-dialog in the colors stylesheets. props koopersmith, see #11420.

git-svn-id: https://develop.svn.wordpress.org/trunk@16461 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-18 08:50:20 +00:00
parent c7e2a27492
commit 1c4c2a2ad9
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -84,7 +84,6 @@
/* WP jQuery Dialog Theme */
.ui-dialog {
background: #f1f1f1;
border: 1px solid #999;
-moz-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );
-webkit-box-shadow: 0px 0px 16px rgba( 0,0,0,0.3 );