add styling for new chrome UI identity box
[themes.git] / LCARStrek / browser / browser.css
index 3457cbc44d1dc080fe47a13a5e38163d5ddecbe1..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] {
@@ -3267,7 +3285,7 @@ window > chatbox {
  */
 
 #notification-popup[popupid="click-to-play-plugins"] > .panel-arrowcontainer > .panel-arrowcontent {
-  padding: 0px;
+  padding: 6px 1px 2px;
 }
 
 .click-to-play-plugins-notification-content {
@@ -3279,7 +3297,7 @@ window > chatbox {
 }
 
 .plugin-popupnotification-centeritem {
-  border-top: 1px solid #9C9CFF;
+/*  border-top: 1px solid #9C9CFF; */
 }
 
 .center-item-label {
@@ -3296,7 +3314,6 @@ window > chatbox {
 }
 
 .click-to-play-plugins-notification-button-container {
-  border-top: 1px solid #9C9CFF;
 }
 
 .click-to-play-popup-button {
@@ -3304,14 +3321,14 @@ window > chatbox {
 }
 
 .click-to-play-plugins-notification-description-box {
-  margin-left: 10px;
-  margin-right: 10px;
-  margin-top: 2px;
-  padding-bottom: 2px;
+  margin-left: 5px;
+  margin-right: 5px;
+  margin-top: 0;
+  padding-bottom: 3px;
 }
 
 .click-to-play-plugins-outer-description {
-  margin-top: 8px;
+  margin-top: 1px;
 }
 
 .click-to-play-plugins-notification-link,