ginebra2/chrome/bedrockchrome/chrome_maemo.css
author hgs
Fri, 15 Oct 2010 17:30:59 -0400
changeset 16 3c88a81ff781
permissions -rw-r--r--
201041

/* place overall style hooks here */

/* Make chrome items appear to be non-selectable */
::selection {
  background: transparent;
  color: inherit;
}

body {
  margin:0px;
  -webkit-user-select:none;
}

#StatusBarChromeId {
 height: 26px;
}

#UrlSearchChromeId, #TitleUrlId {
  height: 44px;
  padding-top: 5px; 
  border-top-width: 0px; 
  border-top-color: #646f85;
  color:black; 
  background-color: white; 
  border-bottom-color: #b0c4de;
}


/* Toolbar CSS */

#WebViewToolbarId, #WindowViewToolbarId, #RecentUrlViewToolbarId, #BookmarkViewToolbarId, #SettingsViewToolbarId {
  height:70px;
  width:100%;

  /* Need to specify border-style for width to have effect*/
  border-style:solid;
  border-top-color:#2A3447;
  border-top-width:3px;

  padding-top:4px;
}

.ButtonSnippet {
  height: 70px;
  width:120px;

}