update both themes for suite classic changes in SeaMonkey 2.19 cycle
authorRobert Kaiser <robert@widebook.box.kairo.at>
Sat, 18 May 2013 15:29:41 +0000 (17:29 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Sat, 18 May 2013 15:29:41 +0000 (17:29 +0200)
12 files changed:
EarlyBlue/communicator/button.css
EarlyBlue/communicator/communicator.css
EarlyBlue/communicator/icons/lock-broken-16.png [new file with mode: 0644]
EarlyBlue/communicator/icons/lock-insecure-16.png [new file with mode: 0644]
EarlyBlue/communicator/icons/lock-secure-16.png [new file with mode: 0644]
EarlyBlue/messenger/messageBody.css
LCARStrek/communicator/button.css
LCARStrek/communicator/communicator.css
LCARStrek/communicator/icons/lock-broken-16.png [new file with mode: 0644]
LCARStrek/communicator/icons/lock-insecure-16.png [new file with mode: 0644]
LCARStrek/communicator/icons/lock-secure-16.png [new file with mode: 0644]
LCARStrek/messenger/messageBody.css

index ff7db329e326661077d09f24a9325f92c5235c18..c639b9b3891cbb21eafed331294f2d03719c7aa9 100644 (file)
@@ -134,7 +134,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox {
   background-color: #CCCCFF;
 }
 
-/* override winstripe */
+/* override windows */
 
 .toolbarbutton-icon[label]:not([label=""]),
 .toolbarbutton-icon[type="menu"] {
index cb6170f31960592258ad1fecd7da831624139c1f..55421438b932c8aedb9000f8560f21f79fab2faa 100644 (file)
@@ -148,3 +148,19 @@ toolbar[iconsize="small"] > #print-button[disabled="true"] {
 .messageImage[value="blocked-badware-page"] {
   list-style-image: url("chrome://global/skin/icons/blacklist_favicon.png");
 }
+
+.messageImage[value="EnterInsecureMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-insecure-16.png");
+}
+
+.messageImage[value="EnterSecureMessage"],
+.messageImage[value="BlockedActiveContentMessage"],
+.messageImage[value="BlockedDisplayContentMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-secure-16.png");
+}
+
+.messageImage[value="MixedContentMessage"],
+.messageImage[value="MixedActiveContentMessage"],
+.messageImage[value="MixedDisplayContentMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png");
+}
diff --git a/EarlyBlue/communicator/icons/lock-broken-16.png b/EarlyBlue/communicator/icons/lock-broken-16.png
new file mode 100644 (file)
index 0000000..1fcadeb
Binary files /dev/null and b/EarlyBlue/communicator/icons/lock-broken-16.png differ
diff --git a/EarlyBlue/communicator/icons/lock-insecure-16.png b/EarlyBlue/communicator/icons/lock-insecure-16.png
new file mode 100644 (file)
index 0000000..75a7751
Binary files /dev/null and b/EarlyBlue/communicator/icons/lock-insecure-16.png differ
diff --git a/EarlyBlue/communicator/icons/lock-secure-16.png b/EarlyBlue/communicator/icons/lock-secure-16.png
new file mode 100644 (file)
index 0000000..8b84599
Binary files /dev/null and b/EarlyBlue/communicator/icons/lock-secure-16.png differ
index 7cf9578f82abe3785323e34ccf3c88641c1c7248..4086262c82deeb9443f7c6682eed45fd5d7ee267 100644 (file)
@@ -83,12 +83,7 @@ span.moz-txt-formfeed {
 
 .moz-txt-sig,
 .moz-signature {
-  color: gray;
-}
-
-.moz-txt-sig > a,
-.moz-signature > a {
-  color: #7777FF; /* light blue */
+  opacity: 0.5;
 }
 
 /* ::::: vcard ::::: */
index 1baf76f1d8ef816d183389fd493be47a9c2db3e8..6b1e6fbe4f83f99103afe2b01664167b25f1e995 100644 (file)
@@ -154,7 +154,7 @@ toolbar[labelalign="end"] .toolbarbutton-1 > hbox > vbox {
   background-color: #FFCF00;
 }
 
-/* override winstripe */
+/* override windows */
 
 .toolbarbutton-icon[label]:not([label=""]),
 .toolbarbutton-icon[type="menu"] {
index c57652cedfc276b8a970c4438ad57b5d9b68a528..7f14d3adbda07499e0b134f08e542556c69cdd2b 100644 (file)
@@ -184,3 +184,19 @@ toolbar[iconsize="small"] > #print-button:not([disabled="true"]):hover:active {
 .messageImage[value="blocked-badware-page"] {
   list-style-image: url("chrome://global/skin/icons/blacklist_favicon.png");
 }
+
+.messageImage[value="EnterInsecureMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-insecure-16.png");
+}
+
+.messageImage[value="EnterSecureMessage"],
+.messageImage[value="BlockedActiveContentMessage"],
+.messageImage[value="BlockedDisplayContentMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-secure-16.png");
+}
+
+.messageImage[value="MixedContentMessage"],
+.messageImage[value="MixedActiveContentMessage"],
+.messageImage[value="MixedDisplayContentMessage"] {
+  list-style-image: url("chrome://communicator/skin/icons/lock-broken-16.png");
+}
diff --git a/LCARStrek/communicator/icons/lock-broken-16.png b/LCARStrek/communicator/icons/lock-broken-16.png
new file mode 100644 (file)
index 0000000..dfb78ea
Binary files /dev/null and b/LCARStrek/communicator/icons/lock-broken-16.png differ
diff --git a/LCARStrek/communicator/icons/lock-insecure-16.png b/LCARStrek/communicator/icons/lock-insecure-16.png
new file mode 100644 (file)
index 0000000..9138002
Binary files /dev/null and b/LCARStrek/communicator/icons/lock-insecure-16.png differ
diff --git a/LCARStrek/communicator/icons/lock-secure-16.png b/LCARStrek/communicator/icons/lock-secure-16.png
new file mode 100644 (file)
index 0000000..95e63d3
Binary files /dev/null and b/LCARStrek/communicator/icons/lock-secure-16.png differ
index a4ae8b735872ef1f3ec6abf0bb2cfb1838768935..d9dc71e790610755bb0733badfe7bee44e634ff8 100644 (file)
@@ -83,12 +83,7 @@ span.moz-txt-formfeed {
 
 .moz-txt-sig,
 .moz-signature {
-  color: gray;
-}
-
-.moz-txt-sig > a,
-.moz-signature > a {
-  color: #7777FF; /* light blue */
+  opacity: 0.5;
 }
 
 /* ::::: vcard ::::: */