1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

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
This commit is contained in:
Jonathan Stanley
2007-03-23 18:41:45 +00:00
parent 2e244a1eeb
commit 369dc7502c
4 changed files with 11 additions and 7 deletions

View File

@@ -353,7 +353,7 @@ span.corners-bottom span {
margin-left: 2px;
}
#toggle_handle {
#toggle-handle {
display: block;
width: 18px;
height: 19px;