ginebra2/chrome/bedrockchrome/chrome_maemo.css
changeset 16 3c88a81ff781
equal deleted inserted replaced
14:6aeb7a756187 16:3c88a81ff781
       
     1 /* place overall style hooks here */
       
     2 
       
     3 /* Make chrome items appear to be non-selectable */
       
     4 ::selection {
       
     5   background: transparent;
       
     6   color: inherit;
       
     7 }
       
     8 
       
     9 body {
       
    10   margin:0px;
       
    11   -webkit-user-select:none;
       
    12 }
       
    13 
       
    14 #StatusBarChromeId {
       
    15  height: 26px;
       
    16 }
       
    17 
       
    18 #UrlSearchChromeId, #TitleUrlId {
       
    19   height: 44px;
       
    20   padding-top: 5px; 
       
    21   border-top-width: 0px; 
       
    22   border-top-color: #646f85;
       
    23   color:black; 
       
    24   background-color: white; 
       
    25   border-bottom-color: #b0c4de;
       
    26 }
       
    27 
       
    28 
       
    29 /* Toolbar CSS */
       
    30 
       
    31 #WebViewToolbarId, #WindowViewToolbarId, #RecentUrlViewToolbarId, #BookmarkViewToolbarId, #SettingsViewToolbarId {
       
    32   height:70px;
       
    33   width:100%;
       
    34 
       
    35   /* Need to specify border-style for width to have effect*/
       
    36   border-style:solid;
       
    37   border-top-color:#2A3447;
       
    38   border-top-width:3px;
       
    39 
       
    40   padding-top:4px;
       
    41 }
       
    42 
       
    43 .ButtonSnippet {
       
    44   height: 70px;
       
    45   width:120px;
       
    46 
       
    47 }