ginebra2/chrome/bedrockchrome/chrome.css
changeset 0 1450b09d0cfd
child 3 0954f5dd2cd0
equal deleted inserted replaced
-1:000000000000 0:1450b09d0cfd
       
     1 /* place overall style hooks here */
       
     2 @import url("toolbar2.snippet/toolbar.css");
       
     3 
       
     4 /* Make chrome items appear to be non-selectable */
       
     5 ::selection {
       
     6   background: transparent;
       
     7   color: inherit;
       
     8 }
       
     9 
       
    10 body {
       
    11   margin:0px;
       
    12   -webkit-user-select:none;
       
    13 }
       
    14 
       
    15 #StatusBarChromeId { 
       
    16  height: 26px;
       
    17 }
       
    18 
       
    19 #UrlSearchChromeId { 
       
    20 //  height: 34px;
       
    21   height: 44px;
       
    22 }
       
    23 
       
    24 /*
       
    25 #ToolbarChromeId { 
       
    26   height: 50px;
       
    27 }
       
    28 */
       
    29 
       
    30 #WindowCountBarId {
       
    31   height: 26px;
       
    32 }