Changeset 1051
- Timestamp:
- 2008-08-20 16:36:46 (3 months ago)
- Files:
-
- sandbox/serverswitcher/chrome/skin/manager.css (modified) (1 diff)
- sandbox/serverswitcher/chrome/skin/preferences.css (modified) (1 diff)
- sandbox/serverswitcher/chrome/skin/ssw.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/serverswitcher/chrome/skin/manager.css
r615 r1051 3 3 #toolssw { 4 4 list-style-image: url("chrome://dtassw/skin/ssw.png"); 5 -moz-image-region: rect(0px,2 5px,25px,0px) !important;5 -moz-image-region: rect(0px,24px,24px,0px) !important; 6 6 } 7 7 #toolssw:hover { 8 -moz-image-region: rect(2 5px,25px,50px,0px) !important;8 -moz-image-region: rect(24px,24px,48px,0px) !important; 9 9 } 10 10 #toolssw[off] { 11 -moz-image-region: rect(0px, 50px,25px,25px) !important;11 -moz-image-region: rect(0px,48px,24px,24px) !important; 12 12 } 13 13 #toolssw[off]:hover { 14 -moz-image-region: rect(2 5px,50px,50px,25px) !important;14 -moz-image-region: rect(24px,48px,48px,24px) !important; 15 15 } sandbox/serverswitcher/chrome/skin/preferences.css
r662 r1051 3 3 radio[pane="paneServerSwitcher"] { 4 4 list-style-image: url(chrome://dtassw/skin/ssw.png) !important; 5 -moz-image-region: rect(0px,2 5px,25px,0px) !important;5 -moz-image-region: rect(0px,24px,24px,0px) !important; 6 6 } 7 7 radio[pane="paneServerSwitcher"]:hover, 8 8 radio[pane="paneServerSwitcher"][selected="true"] { 9 -moz-image-region: rect(2 5px,25px,50px,0px) !important;9 -moz-image-region: rect(24px,24px,48px,0px) !important; 10 10 } 11 11
