update both themes to state of suite default trunk of 2010-11-14
[themes.git] / LCARStrek / navigator / navigator.css
index 97f635504b3aaf5c1c7dc80d6de2b8af58161ace..ae67f37afe603edf3d61d4545eadbe317ef61c71 100644 (file)
@@ -281,7 +281,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;
 }
@@ -312,6 +311,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,
@@ -399,11 +440,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"); */
 }
@@ -457,6 +493,16 @@ 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 solid #FFCF00;
+  border : 1px outset #FFFFCC;
+  padding: 2px 3px 0px 3px;
+  max-width: 40em;
+  background-color: #9C9CFF;
+  color: #000000;
+  font-weight: bold;
+}
+
 /* ::::: personal toolbar ::::: */
 
 #bookmarks-button {