make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / communicator / tasksOverlay.css
index 8ab8fce5f99cf23a290e0ed0d4f4bb6b65a4b65b..e0ea93e854e780ec033940e0d1e3a2cd3fdb1ead 100644 (file)
 
 /* ::::: communicator product icons ::::: */
 
-.taskbutton,
-.taskbutton:hover:active {
-  padding: 1px 3px;
-  border: none;
-}
-
-.taskbutton:hover {
-  background-color: #9999CC;
-}
-
-.taskbutton:hover:active {
-  background-color: #CCCCFF;
-}
-
 #mini-nav {
   list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
 }
 
+.icon-navigator16 {
+  list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
+}
+
 #mini-mail {
   list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
 }
   list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
 }
 
+.icon-mail16 {
+  list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
+}
+
 #mini-addr {
   list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
 }
 
+.icon-addressbook16 {
+  list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
+}
+
 #mini-comp {
   list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
 }
 
+.icon-composer16 {
+  list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
+}
+
 /* ::::: component bar ::::: */
 
 #component-bar {
   -moz-box-align: stretch;
-}
+}
\ No newline at end of file