add styling for new chrome UI identity box EarlyBlue-2.21 LCARStrek-2.21
authorRobert Kaiser <kairo@kairo.at>
Sat, 14 Sep 2013 22:02:51 +0000 (00:02 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sat, 14 Sep 2013 22:02:51 +0000 (00:02 +0200)
LCARStrek/browser/browser.css

index adce2145d05c0134ffe1b7e33f27978da9002b53..a36ffb4e05cd460051bf564c5973c35d92a4d177 100644 (file)
@@ -1341,17 +1341,28 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   padding-right: 2.01px;
 }
 
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI {
+  color: #9C9CFF;
+  -moz-border-end: 1px solid #9C9CFF;
+}
+
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
   color: #008484;
   -moz-border-end: 1px solid #008484;
+}
+
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI,
+#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity {
   -moz-margin-end: 3px;
 }
 
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(ltr),
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(ltr) {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
 }
 
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:-moz-locale-dir(rtl),
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:-moz-locale-dir(rtl) {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
@@ -1435,6 +1446,13 @@ window:not([chromehidden~=toolbar]) #navigator-toolbox[iconsize=large][mode=icon
   color: #000000;
 }
 
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover,
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI:hover:active,
+#urlbar[pageproxystate="valid"] > #identity-box.chromeUI[open=true] {
+  background-color: #9C9CFF;
+  color: #000000;
+}
+
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover,
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity:hover:active,
 #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity[open=true] {