improve tabbrowser button and add-on manager displays in both themes, make LCARStrek...
[themes.git] / EarlyBlue / navigator / navigator.css
index 6e1988d8294a856c1534381ced8591a8416dbccb..a3aed1d4fd6589e654279f09c4f1ab77eddcab84 100644 (file)
@@ -198,14 +198,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   -moz-box-align: center;
 }
 
-.tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
-  opacity: .8;
-}
-
-.tabbrowser-tab:-moz-lwtheme {
-  text-shadow: none;
-}
-
 #urlbar {
   margin: 0;
   -moz-margin-start: 3px;
@@ -228,11 +220,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 
 /* ::::: notification popups ::::: */
 
-#notification-popup {
-  padding: 10px;
-  margin-top: 3px;
-}
-
 .popup-notification-icon {
   width: 64px;
   height: 64px;
@@ -243,6 +230,15 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
 }
 
+.popup-notification-icon[popupid="addon-install-disabled"],
+.popup-notification-icon[popupid="addon-install-blocked"],
+.popup-notification-icon[popupid="addon-install-failed"],
+.popup-notification-icon[popupid="addon-install-complete"] {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
+  width: 32px;
+  height: 32px;
+}
+
 .popup-notification-icon[popupid="password-save"] {
   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
 }
@@ -262,6 +258,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   height: 16px;
 }
 
+#addons-notification-icon {
+  list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
+  width: 16px;
+  height: 16px;
+}
+
 #password-notification-icon {
   list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
   width: 16px;
@@ -504,6 +506,11 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   -moz-image-region: rect(0px 48px 16px 32px);
 }
 
+#editBookmarkPanelStarIcon {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
+  -moz-image-region: rect(0px 16px 16px 0px);
+}
+
 /* ::::: feeds ::::: */
 
 #feedsMenu {