update both themes for suite default changes up to 2010-12-03
[themes.git] / EarlyBlue / navigator / navigator.css
index 657ede502f6f464a03ca8ec32a796a2dfa190fbd..6e1988d8294a856c1534381ced8591a8416dbccb 100644 (file)
@@ -198,7 +198,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   -moz-box-align: center;
 }
 
-#urlbar:-moz-lwtheme:not([focused="true"]),
 .tabbrowser-tab:-moz-lwtheme:not([selected="true"]) {
   opacity: .8;
 }
@@ -213,7 +212,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
 }
 
 #urlbar > .autocomplete-textbox-container {
-  -moz-border-radius: 3px 0 0 3px;
+  border-radius: 3px 0 0 3px;
   padding: 2px;
 }
 
@@ -227,6 +226,48 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   display: none;
 }
 
+/* ::::: notification popups ::::: */
+
+#notification-popup {
+  padding: 10px;
+  margin-top: 3px;
+}
+
+.popup-notification-icon {
+  width: 64px;
+  height: 64px;
+  -moz-margin-end: 10px;
+}
+
+.popup-notification-icon[popupid="geolocation"] {
+  list-style-image: url("chrome://communicator/skin/icons/geolocation-64.png");
+}
+
+.popup-notification-icon[popupid="password-save"] {
+  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png");
+}
+
+/* Notification icon box */
+#notification-popup-box {
+  -moz-margin-end: 3px;
+}
+
+.notification-anchor-icon:-moz-focusring {
+  outline: 1px dotted;
+}
+
+#geo-notification-icon {
+  list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png");
+  width: 16px;
+  height: 16px;
+}
+
+#password-notification-icon {
+  list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png");
+  width: 16px;
+  height: 16px;
+}
+
 /* ::::: page proxy icon ::::: */
 
 #page-proxy-deck,
@@ -300,11 +341,6 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon {
   min-height: 16px;
 }
 
-#search-button:-moz-lwtheme,
-#go-button:-moz-lwtheme {
-  opacity: .8;
-}
-
 #search-button {
 /*  list-style-image: url("chrome://communicator/skin/icons/search.gif"); */
   font-weight: bold;
@@ -370,6 +406,15 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
   list-style-image:url("chrome://navigator/skin/icons/popup-blocked.gif");
 }
 
+#invalid-form-popup {
+  border : 1px outset #FFFFCC;
+  padding: 2px 3px 0px 3px;
+  max-width: 40em;
+  background-color : #FFFFCC;
+  color: #000000;
+  font-weight: bold;
+}
+
 /* ::::: personal toolbar ::::: */
 
 #bookmarks-button {
@@ -432,6 +477,33 @@ toolbar[mode="text"] toolbarbutton.chevron > .toolbarbutton-icon {
   background: url("chrome://communicator/skin/bookmarks/bookmarksToolbar.png") no-repeat;
 }
 
+/* ::::: star button ::::: */
+
+#star-button {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark.png");
+  -moz-image-region: rect(16px 16px 32px 0px);
+}
+
+#star-button:hover {
+  -moz-image-region: rect(16px 32px 32px 16px);
+}
+
+#star-button:hover:active {
+  -moz-image-region: rect(16px 48px 32px 32px);
+}
+
+#star-button[starred="true"] {
+  -moz-image-region: rect(0px 16px 16px 0px);
+}
+
+#star-button[starred="true"]:hover {
+  -moz-image-region: rect(0px 32px 16px 16px);
+}
+
+#star-button[starred="true"]:hover:active {
+  -moz-image-region: rect(0px 48px 16px 32px);
+}
+
 /* ::::: feeds ::::: */
 
 #feedsMenu {