Got rid of glowing ball background image for overlays
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Sep 2010 21:17:39 +0000 (21:17 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 16 Sep 2010 21:17:39 +0000 (21:17 +0000)
resources/jquery.ui/themes/vector/images/ui-bg_glow-ball_100_000000_600x600.png [deleted file]
resources/jquery.ui/themes/vector/jquery.ui.theme.css

diff --git a/resources/jquery.ui/themes/vector/images/ui-bg_glow-ball_100_000000_600x600.png b/resources/jquery.ui/themes/vector/images/ui-bg_glow-ball_100_000000_600x600.png
deleted file mode 100644 (file)
index 6fb90ba..0000000
Binary files a/resources/jquery.ui/themes/vector/images/ui-bg_glow-ball_100_000000_600x600.png and /dev/null differ
index ffffff9..ad12fc8 100644 (file)
 .ui-corner-all { -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
 
 /* Overlays */
-.ui-widget-overlay { background: #000000 url(images/ui-bg_glow-ball_100_000000_600x600.png) 50% 35% repeat-x; opacity: .50;filter:Alpha(Opacity=50); }
+.ui-widget-overlay { background: #000000; opacity: .50;filter:Alpha(Opacity=50); }
 .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #000000 url(images/ui-bg_flat_70_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
\ No newline at end of file