ginebra2/chrome/bedrockchrome/statusbar.snippet/statusbar.css
changeset 3 0954f5dd2cd0
parent 0 1450b09d0cfd
child 16 3c88a81ff781
equal deleted inserted replaced
1:b0dd75e285d2 3:0954f5dd2cd0
     1 #StatusBarChromeId {
     1 #StatusBarChromeId {
     2    /* background: black;*/
     2    /* background: black;*/
     3    /*background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#111122),color-stop(100%,#111144));*/
     3    /*background: -webkit-gradient(linear, left top, left bottom,color-stop(0%,#111122),color-stop(100%,#111144));*/
     4    background: #44587d;
     4    background: #44587d;
     5   
     5 
     6    overflow: hidden;
     6    overflow: hidden;
     7    padding-right: 3px;
     7    padding-right: 3px;
     8    padding-left: 3px;
     8    padding-left: 3px;
     9 }
     9 }
    10 
    10 
    75 #StatusBarChromeId td img {
    75 #StatusBarChromeId td img {
    76    width: 23px;
    76    width: 23px;
    77    padding: 1;
    77    padding: 1;
    78 }
    78 }
    79 
    79 
    80 #ruler {
    80 #sbruler {
    81    font-size:12px;
    81    font-size:12px;
    82    font-weight: bold;
    82    font-weight: bold;
    83    visibility: hidden;
    83    visibility: hidden;
    84 }
    84 }
    85 
    85