sync both themes with classic theme changes in SeaMonkey 2.27 cycle
[themes.git] / EarlyBlue / messenger / browserRequest.css
diff --git a/EarlyBlue/messenger/browserRequest.css b/EarlyBlue/messenger/browserRequest.css
new file mode 100644 (file)
index 0000000..830cb46
--- /dev/null
@@ -0,0 +1,40 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+#security-button {
+  width: 20px;
+  padding-right: 5px;
+  background-repeat: no-repeat;
+}
+
+#security-button[level="high"],
+#security-button[level="low"] {
+  background-image: url("chrome://messenger/skin/icons/secure.png");
+}
+
+#security-button[level="broken"] {
+  background-image: url("chrome://messenger/skin/icons/insecure.png");
+}
+
+#security-button[loading="true"] {
+  background-image: url("chrome://global/skin/icons/loading.gif");
+  background-position: 4px 2px;
+}
+
+#header {
+  overflow: hidden;
+  border-bottom: 1px solid #666699;
+}
+
+#addressbox {
+  font-weight: bold;
+  font-size: normal;
+  overflow: hidden;
+  margin: 0px 5px;
+  font-weight: normal;
+}
+
+#headerMessage {
+  margin-top: 4px;
+}