some more improvements on FF4 theme
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 27 Mar 2011 20:15:15 +0000 (22:15 +0200)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 27 Mar 2011 20:15:15 +0000 (22:15 +0200)
LCARStrek/browser/browser.css

index 862e52108303a8f77cc0f540c7b56fd76e763554..01ae429bd565f7e981e2f3a6df95e6645a6c0a3e 100644 (file)
@@ -68,6 +68,18 @@ menubar {
   -moz-box-flex: 1; /* make menu items expand to fill toolbar height */
 }
 
+/* ::::: primary toolbar ::::: */
+
+.toolbar-primary > .toolbar-box > .toolbar-holder {
+  background-color: #FF9F00;
+}
+
+.toolbar-primary > .toolbar-box > .toolbar-startcap,
+.toolbar-primary > .toolbar-box > .toolbar-endcap {
+  background-color: #9C9CFF;
+}
+
+
 #navigator-toolbox {
 }
 
@@ -404,6 +416,14 @@ menuitem.bookmark-item {
 
 /* ::::: primary toolbar buttons ::::: */
 
+.toolbarbutton-1 {
+  list-style-image: url("chrome://browser/skin/Toolbar.png");
+}
+
+.toolbarbutton-1:not([type="menu-button"]) {
+  -moz-box-orient: vertical;
+}
+
 .toolbarbutton-1,
 .toolbarbutton-1 > .toolbarbutton-menubutton-button {
   min-width: 36px;
@@ -430,10 +450,6 @@ menuitem.bookmark-item {
   -moz-padding-end: 1px;
 }
 
-.toolbarbutton-1[type="menu"] {
-  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#menu-vertical");
-}
-
 /* ::::: small primary toolbar buttons ::::: */
 
 #nav-bar {