ginebra2/chrome/bedrockchrome/chrome.css
changeset 5 0f2326c2a325
parent 0 1450b09d0cfd
child 12 afcd8e6d025b
equal deleted inserted replaced
1:b0dd75e285d2 5:0f2326c2a325
     1 /* place overall style hooks here */
     1 /* place overall style hooks here */
     2 @import url("toolbar2.snippet/toolbar.css");
       
     3 
     2 
     4 /* Make chrome items appear to be non-selectable */
     3 /* Make chrome items appear to be non-selectable */
     5 ::selection {
     4 ::selection {
     6   background: transparent;
     5   background: transparent;
     7   color: inherit;
     6   color: inherit;
    10 body {
     9 body {
    11   margin:0px;
    10   margin:0px;
    12   -webkit-user-select:none;
    11   -webkit-user-select:none;
    13 }
    12 }
    14 
    13 
    15 #StatusBarChromeId { 
    14 #StatusBarChromeId {
    16  height: 26px;
    15  height: 26px;
    17 }
    16 }
    18 
    17 
    19 #UrlSearchChromeId { 
    18 #UrlSearchChromeId {
    20 //  height: 34px;
    19 //  height: 34px;
    21   height: 44px;
    20   height: 44px;
    22 }
    21 }
    23 
    22 
    24 /*
    23 /*
    25 #ToolbarChromeId { 
    24 #ToolbarChromeId {
    26   height: 50px;
    25   height: 50px;
    27 }
    26 }
    28 */
    27 */
    29 
    28 
    30 #WindowCountBarId {
    29 #WindowCountBarId {
    31   height: 26px;
    30   height: 26px;
    32 }
    31 }
       
    32 
       
    33 /* White-washed overlay. */
       
    34 #ShadingOverlayId {
       
    35     background-color: #fff;
       
    36     position: absolute;
       
    37     width: 100%;
       
    38     height: 100%;
       
    39     overflow:hidden;
       
    40     left: 0;
       
    41     right: 0;
       
    42     top: 0;
       
    43     opacity: 0.7;
       
    44     z-index:-10;
       
    45     display: block;
       
    46 }
       
    47 
       
    48 /* Toolbar CSS */
       
    49 
       
    50 #WebViewToolbarId, #WindowViewToolbarId, #RecentUrlViewToolbarId, #BookmarkViewToolbarId, #SettingsViewToolbarId {
       
    51   height:58px;
       
    52   width:100%;
       
    53 
       
    54   /* Need to specify border-style for width to have effect*/
       
    55   border-style:solid;
       
    56   border-top-color:#2A3447;
       
    57   border-top-width:3px;
       
    58 
       
    59   padding-top:4px;
       
    60 }
       
    61 
       
    62 .ButtonSnippet {
       
    63   height: 58px;
       
    64   width:58px;
       
    65 
       
    66 }