keeping up with Classic
[themes.git] / EarlyBlue / global / toolbar.css
index 3ff59bb0dd624bfb4a4662f67dd607fa2f291b0e..ab7e7050287440d1298bc20a0b4b8bee0545d753 100644 (file)
@@ -61,6 +61,36 @@ menubar {
   {
   }  
 
+/* ::::: toolbargrippy ::::: */
+
+toolbargrippy {
+  -moz-box-orient: vertical;
+  -moz-box-align: center;
+  border: 1px solid #999999;
+  background-color: #666699;
+  width: 9px;
+  padding: 2px 0px;
+  list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow.gif");
+}
+
+toolbargrippy:hover {
+  background-color: #6699FF;
+}
+
+/* ::::: collapsed tray and grippies ::::: */
+
+toolbargrippy[tbgrippy-collapsed="true"] {
+  -moz-box-orient: horizontal;
+  width: 40px;
+  height: 9px;
+  padding: 0px 2px;
+  list-style-image: url("chrome://global/skin/toolbar/tbgrip-arrow-collapsed.gif");
+}
+
+.collapsed-tray-spacer {
+  border-bottom: 1px solid #9999CC;
+}
+
 /* ::::: toolbarseparator ::::: */
 
 toolbarseparator {