ginebra/chrome/bedrockchrome/chrome.css
changeset 5 0f2326c2a325
parent 1 b0dd75e285d2
child 6 1c3b8676e58c
equal deleted inserted replaced
1:b0dd75e285d2 5:0f2326c2a325
     1 /* place overall style hooks here */
       
     2 @import url("toolbar2.snippet/toolbar.css");
       
     3 
       
     4 body {
       
     5   margin:0px;
       
     6   -webkit-user-select:none;
       
     7 }
       
     8 
       
     9 #StatusBarChromeId { 
       
    10   height: 26px;
       
    11 }
       
    12 
       
    13 #UrlSearchChromeId { 
       
    14 //  height: 34px;
       
    15   height: 44px;
       
    16 }
       
    17 
       
    18 /*
       
    19 #ToolbarChromeId { 
       
    20   height: 50px;
       
    21 }
       
    22 */
       
    23 
       
    24 #WindowCountBarId {
       
    25   height: 26px;
       
    26 }