From 369dc7502c37f0a8a5eb7649bb75640bb03c3716 Mon Sep 17 00:00:00 2001 From: Jonathan Stanley Date: Fri, 23 Mar 2007 18:41:45 +0000 Subject: Bye bye toggle_inverse.gif... made a "super" toggle.gif which contains both states and "switched" using CSS sprites method to stop the ugly loading "flash" when images aren't cached for the first time. prosilver ACP+style classnames use hyphens... so stuck with them, plus underscores might trip up some bizarre edge case thing with IE6, so play safe. Would like the toggle to set a cookie at some point, so the setting would be "sticky". git-svn-id: file:///svn/phpbb/trunk@7222 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/admin.css') diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 43310fb4ae..398cbac150 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -353,7 +353,7 @@ span.corners-bottom span { margin-left: 2px; } -#toggle_handle { +#toggle-handle { display: block; width: 18px; height: 19px; -- cgit v1.2.1