From: Trevor Parscal Date: Thu, 16 Sep 2010 21:17:39 +0000 (+0000) Subject: Got rid of glowing ball background image for overlays X-Git-Tag: 1.31.0-rc.0~34897 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=05fc9f8685a27759441c20e3af10c4d499690219;p=lhc%2Fweb%2Fwiklou.git Got rid of glowing ball background image for overlays --- 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 index 6fb90ba8ff..0000000000 Binary files a/resources/jquery.ui/themes/vector/images/ui-bg_glow-ball_100_000000_600x600.png and /dev/null differ diff --git a/resources/jquery.ui/themes/vector/jquery.ui.theme.css b/resources/jquery.ui/themes/vector/jquery.ui.theme.css index ffffff9a71..ad12fc81e1 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.theme.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.theme.css @@ -245,5 +245,5 @@ .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