ginebra2/chrome/bedrockchrome/chrome.css
changeset 3 0954f5dd2cd0
parent 0 1450b09d0cfd
child 12 afcd8e6d025b
--- a/ginebra2/chrome/bedrockchrome/chrome.css	Fri May 14 15:40:36 2010 +0300
+++ b/ginebra2/chrome/bedrockchrome/chrome.css	Tue Jun 29 00:46:29 2010 -0400
@@ -1,5 +1,4 @@
 /* place overall style hooks here */
-@import url("toolbar2.snippet/toolbar.css");
 
 /* Make chrome items appear to be non-selectable */
 ::selection {
@@ -12,17 +11,17 @@
   -webkit-user-select:none;
 }
 
-#StatusBarChromeId { 
+#StatusBarChromeId {
  height: 26px;
 }
 
-#UrlSearchChromeId { 
+#UrlSearchChromeId {
 //  height: 34px;
   height: 44px;
 }
 
 /*
-#ToolbarChromeId { 
+#ToolbarChromeId {
   height: 50px;
 }
 */
@@ -30,3 +29,38 @@
 #WindowCountBarId {
   height: 26px;
 }
+
+/* White-washed overlay. */
+#ShadingOverlayId {
+    background-color: #fff;
+    position: absolute;
+    width: 100%;
+    height: 100%;
+    overflow:hidden;
+    left: 0;
+    right: 0;
+    top: 0;
+    opacity: 0.7;
+    z-index:-10;
+    display: block;
+}
+
+/* Toolbar CSS */
+
+#WebViewToolbarId, #WindowViewToolbarId, #RecentUrlViewToolbarId, #BookmarkViewToolbarId, #SettingsViewToolbarId {
+  height:58px;
+  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: 58px;
+  width:58px;
+
+}