ginebra/chrome/bedrockchrome/chrome.css
branchGCC_SURGE
changeset 8 2e16851ffecd
parent 2 bf4420e9fa4d
parent 6 1c3b8676e58c
equal deleted inserted replaced
2:bf4420e9fa4d 8:2e16851ffecd
     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 }