Changeset 1016

Show
Ignore:
Timestamp:
07/31/08 07:03:32 (1 month ago)
Author:
MaierMan
Message:

Opacity

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager.js

    r1014 r1016  
    163163                new Timer("Dialog.saveRunning();", 10000, true); 
    164164                 
    165                 $('mainstack').selectedIndex++;                
     165                $('loadingbox').parentNode.removeChild($('loadingbox'));               
    166166        }, 
    167167         
  • trunk/chrome/content/dta/manager.xul

    r1015 r1016  
    120120        </popupset>      
    121121         
    122         <deck flex="1" id="mainstack"> 
    123                 <vbox align="center"> 
    124                         <spacer flex="1"/> 
    125                         <button id="loading" disabled="true" label="&loading.label;"/> 
    126                         <spacer flex="1"/> 
    127                 </vbox> 
     122        <stack flex="1" id="mainstack"> 
    128123                <vbox flex="1">          
    129124                        <toolbox chromedir="&locale.dir;"> 
     
    184179                                </tree>                  
    185180                </vbox> 
    186         </deck> 
     181                <vbox align="center" flex="1" id="loadingbox"> 
     182                        <spacer flex="1"/> 
     183                        <button id="loading" disabled="true" label="&loading.label;"/> 
     184                        <spacer flex="1"/> 
     185                </vbox>                                  
     186        </stack> 
    187187 
    188188        <statusbar id="footer" chromedir="&locale.dir;"> 
  • trunk/chrome/skin/manager/style.css

    r1011 r1016  
    148148} 
    149149 
     150#loadingbox { 
     151  opacity: 0.6; 
     152  background-color: -moz-Field; 
     153} 
     154 
    150155#loading { 
    151156  -moz-appearance: none; 
     
    154159  min-width: 0; 
    155160  background-color: transparent; 
    156   color: -moz-dialogText; 
     161  color: -moz-fieldText; 
    157162 
    158163        font-size: large;