Changeset 1051

Show
Ignore:
Timestamp:
2008-08-20 16:36:46 (3 months ago)
Author:
MaierMan
Message:

New icon based on the gtk-network stock icon (Ubuntu Human)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/serverswitcher/chrome/skin/manager.css

    r615 r1051  
    33#toolssw { 
    44        list-style-image: url("chrome://dtassw/skin/ssw.png"); 
    5         -moz-image-region: rect(0px,25px,25px,0px) !important; 
     5        -moz-image-region: rect(0px,24px,24px,0px) !important; 
    66} 
    77#toolssw:hover { 
    8         -moz-image-region: rect(25px,25px,50px,0px) !important; 
     8        -moz-image-region: rect(24px,24px,48px,0px) !important; 
    99} 
    1010#toolssw[off] { 
    11         -moz-image-region: rect(0px,50px,25px,25px) !important; 
     11        -moz-image-region: rect(0px,48px,24px,24px) !important; 
    1212} 
    1313#toolssw[off]:hover { 
    14         -moz-image-region: rect(25px,50px,50px,25px) !important; 
     14        -moz-image-region: rect(24px,48px,48px,24px) !important; 
    1515} 
  • sandbox/serverswitcher/chrome/skin/preferences.css

    r662 r1051  
    33radio[pane="paneServerSwitcher"] { 
    44        list-style-image: url(chrome://dtassw/skin/ssw.png) !important; 
    5         -moz-image-region: rect(0px,25px,25px,0px) !important; 
     5        -moz-image-region: rect(0px,24px,24px,0px) !important; 
    66} 
    77radio[pane="paneServerSwitcher"]:hover, 
    88radio[pane="paneServerSwitcher"][selected="true"] { 
    9         -moz-image-region: rect(25px,25px,50px,0px) !important; 
     9        -moz-image-region: rect(24px,24px,48px,0px) !important; 
    1010} 
    1111