updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / communicator / tasksOverlay.css
index f378d3b35af06f776b071b6447a15b2e504f82ee..9afcf1e24bc807566c09844ff09c5b258bc24256 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
+/* ==== tasksOverlay.css ================================================
+   == Styles used by the the overlay which contains tasks related
+   == content, such as the taskbar and product launcher icons.
+   ====================================================================== */
+
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#mini-nav 
-  {
-         list-style-image      : url("chrome://global/skin/taskbar-navigator.gif");
-  }
+/* ::::: communicator product icons ::::: */
+
+.taskbutton,
+.taskbutton:hover:active {
+  padding: 1px 3px;
+  border: none;
+}
+
+.taskbutton:hover {
+  background-color: #9999CC;
+}
 
-#mini-mail 
-  {
-         list-style-image      : url("chrome://global/skin/taskbar-mail.gif");
-  }
+.taskbutton:hover:active {
+  background-color: #CCCCFF;
+}
 
-#mini-mail[BiffState="NewMail"]
-  {
-    list-style-image      : url("chrome://global/skin/taskbar-gotmail.gif");
-  }
+#mini-nav {
+  list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
+}
 
-#mini-addr 
-  {
-         list-style-image      : url("chrome://global/skin/taskbar-addressbook.gif");
-  }
+#mini-mail {
+  list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
+}
 
-#mini-comp 
-  {
-         list-style-image      : url("chrome://global/skin/taskbar-composer.gif");
-  }
+#mini-mail[BiffState="NewMail"] {
+  list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
+}
 
-.taskbutton > .toolbarbutton-box,
-.taskbutton > .toolbarbutton-box:hover:active {
-  padding: 1px;
-  border: none;
+#mini-addr {
+  list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
 }
 
-.taskbutton > .toolbarbutton-box:hover,
-.taskbutton:hover > .toolbarbutton-box {
-  background-color      : #9999CC;
+#mini-comp {
+  list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
 }
 
-.taskbutton > .toolbarbutton-box:hover:active,
-.taskbutton:hover:active > .toolbarbutton-box {
-  background-color      : #CCCCFF;
+/* ::::: component bar ::::: */
+
+#component-bar {
+  -moz-box-align: stretch;
 }
 
-.taskbutton > .toolbarbutton-box > .toolbarbutton-text
-  {
-    display               : none;
-  }