third part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / panel.css
index f070fe51775b81669a3c0b86ced3e9c849041579..67f1b454a3e087972bb262c1a2f1dbbe2e2989f6 100644 (file)
 
 /* Show the right elements for the right connection states. */
 #identity-popup[connection=not-secure] [when-connection~=not-secure],
+#identity-popup[connection=secure-cert-user-overridden] [when-connection~=secure-cert-user-overridden],
 #identity-popup[connection=secure-ev] [when-connection~=secure-ev],
 #identity-popup[connection=secure] [when-connection~=secure],
 #identity-popup[connection=chrome] [when-connection~=chrome],
 #identity-popup[connection=file] [when-connection~=file],
+#identity-popup[connection=extension] [when-connection~=extension],
 /* Show insecure login forms messages when needed. */
 #identity-popup[loginforms=insecure] [when-loginforms=insecure],
 /* Show weak cipher messages when needed. */
 }
 
 #identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews {
-  background: var(--panel-arrowcontent-background);
-  border-bottom-right-radius: 3.5px;
+  background: var(--arrowpanel-background);
   padding: 0;
 }
 
-#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews:-moz-locale-dir(rtl) {
-  border-bottom-right-radius: 0;
-  border-bottom-left-radius: 3.5px;
-}
-
 .identity-popup-section:not(:first-child) {
   border-top: 1px solid var(--panel-separator-color);
 }
 #identity-popup-security-content,
 #identity-popup-permissions-content,
 #tracking-protection-content {
-  padding: 0.5em 0 1em;
-  -moz-padding-start: calc(2em + 24px);
-  -moz-padding-end: 1em;
   background-repeat: no-repeat;
   background-position: 1em 1em;
   background-size: 24px auto;
 }
 
+#identity-popup-security-content,
+#identity-popup-permissions-content,
+#tracking-protection-content {
+  padding: 0.5em 0 1em;
+  /* .identity-popup-host depends on this width */
+  padding-inline-start: calc(2em + 24px);
+  padding-inline-end: 1em;
+}
+
 #identity-popup-securityView:-moz-locale-dir(rtl),
 #identity-popup-security-content:-moz-locale-dir(rtl),
 #identity-popup-permissions-content:-moz-locale-dir(rtl),
 .identity-popup-expander {
   margin: 0;
   min-width: auto;
-  width: 38px;
-  background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow");
-  background-size: 16px, auto;
-  background-position: center;
-  background-repeat: no-repeat;
-  background-color: transparent;
+  width: var(--identity-popup-expander-width);
+  background: url("chrome://browser/skin/controlcenter/arrow-subview.svg") center no-repeat;
+  background-size: 16px;
   border-radius: 0 5px 5px 0;
 }
 
   transition: background-color 250ms ease-in;
   background-color: #008484;
   background-image: url("chrome://browser/skin/controlcenter/arrow-subview-back.svg");
+  color: #000000;
 }
 
 .identity-popup-expander > .button-box,
 
 .identity-popup-expander:hover {
   background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
-  background-color: #FFCF00;
+  background-color: var(--arrowpanel-hover);
+}
+
+.identity-popup-expander:hover > .button-box > .button-icon {
+  filter: url(chrome://global/skin/filters.svg#fill);
+  fill: #000000;
 }
 
 .identity-popup-expander:hover:active {
   background-image: url("chrome://browser/skin/controlcenter/arrow-subview.svg#arrow-active");
-  background-color: #FF9F00;
+  background-color: var(--arrowpanel-active);
 }
 
 /* CONTENT */
 
+.identity-popup-permission-label,
+.identity-popup-permission-state-label,
 #identity-popup-security-content > description,
 #identity-popup-security-descriptions > description,
 #identity-popup-securityView-header > description,
 }
 
 .identity-popup-headline {
-  margin: 2px 0 4px;
+  margin: 3px 0 4px;
   font-size: 150%;
 }
+
+.identity-popup-host {
+  word-wrap: break-word;
+  /* 1em + 2em + 24px is #identity-popup-security-content padding
+   * 30em is .panel-mainview:not([panelid="PanelUI-popup"]) width */
+  max-width: calc(30rem - 3rem - 24px - var(--identity-popup-expander-width))
+}
+
 .identity-popup-warning-gray {
-  -moz-padding-start: 24px;
+  padding-inline-start: 24px;
   background: url(chrome://browser/skin/controlcenter/warning-gray.svg) no-repeat 0 50%;
 }
 
 .identity-popup-warning-yellow {
-  -moz-padding-start: 24px;
+  padding-inline-start: 24px;
   background: url(chrome://browser/skin/controlcenter/warning-yellow.svg) no-repeat 0 50%;
 }
 
 /* SECURITY SUBVIEW */
 
 #identity-popup-securityView {
-  padding-bottom: 2em;
   overflow: hidden;
 }
 
   background-image: url(chrome://browser/skin/controlcenter/conn-not-secure.svg);
 }
 
-#identity-popup-securityView.verifiedDomain,
-#identity-popup-securityView.verifiedIdentity,
-#identity-popup-security-content.verifiedDomain,
-#identity-popup-security-content.verifiedIdentity {
-  background-image: url(chrome://browser/skin/controlcenter/conn-secure.svg);
+#identity-popup[connection=chrome] #identity-popup-securityView,
+#identity-popup[connection=chrome] #identity-popup-security-content {
+  background-image: url(chrome://branding/content/icon48.png);
+}
+
+#identity-popup[connection^=secure] #identity-popup-securityView,
+#identity-popup[connection^=secure] #identity-popup-security-content {
+  background-image: url(chrome://browser/skin/controlcenter/connection.svg#connection-secure);
+}
+
+/* Use [isbroken] to make sure we don't show a lock on an http page. See Bug 1192162. */
+#identity-popup[ciphers=weak] #identity-popup-securityView,
+#identity-popup[ciphers=weak] #identity-popup-security-content,
+#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-securityView,
+#identity-popup[mixedcontent~=passive-loaded][isbroken] #identity-popup-security-content {
+  background-image: url(chrome://browser/skin/controlcenter/connection.svg#connection-degraded);
 }
 
-#identity-popup-securityView.mixedActiveContent,
-#identity-popup-security-content.mixedActiveContent {
+#identity-popup[connection=secure-cert-user-overridden] #identity-popup-securityView,
+#identity-popup[connection=secure-cert-user-overridden] #identity-popup-security-content {
+  background-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg);
+  -moz-context-properties: fill;
+  fill: #A09090;
+}
+
+#identity-popup[loginforms=insecure] #identity-popup-securityView,
+#identity-popup[loginforms=insecure] #identity-popup-security-content,
+#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-securityView,
+#identity-popup[mixedcontent~=active-loaded][isbroken] #identity-popup-security-content {
   background-image: url(chrome://browser/skin/controlcenter/mcb-disabled.svg);
 }
 
+#identity-popup[connection=extension] #identity-popup-securityView,
+#identity-popup[connection=extension] #identity-popup-security-content {
+  background-image: url(chrome://browser/skin/controlcenter/extension.svg);
+  -moz-context-properties: fill;
+  fill: #008484;
+}
+
+#identity-popup-security-descriptions > description {
+  margin-top: 6px;
+  color: #A09090;
+}
+
+#identity-popup-securityView-header,
+#identity-popup-securityView-body {
+  margin-inline-start: calc(2em + 24px);
+  margin-inline-end: 1em;
+}
+
 #identity-popup-securityView-header {
+  margin-top: 0.5em;
   border-bottom: 1px solid var(--panel-separator-color);
   padding-bottom: 1em;
-  margin-bottom: 1em;
 }
 
-#identity-popup-content-owner {
-  font-weight: 700;
+#identity-popup-securityView-body {
+  padding-inline-end: 1em;
+}
+
+#identity-popup-securityView-footer {
+  margin-top: 1em;
+  background-color: var(--arrowpanel-dimmed);
+}
+
+#identity-popup-securityView-footer > button {
 }
 
-#identity-popup-content-verifier {
+#identity-popup-securityView-footer > button:hover,
+#identity-popup-securityView-footer > button:focus {
+}
+
+#identity-popup-securityView-footer > button:hover:active {
+}
+
+#identity-popup-content-verifier ~ description {
+  margin-top: 1em;
   color: #A09090;
 }
 
-#identity-popup-content-owner,
-#identity-popup-securityView > #identity-popup-securityView-connection.identity-popup-text {
+description#identity-popup-content-verified-by,
+description#identity-popup-content-owner,
+description#identity-popup-content-verifier,
+#identity-popup-securityView-body > button {
   margin-top: 1em;
 }
 
+#identity-popup-securityView-body > button {
+  margin-inline-start: 0;
+  margin-inline-end: 0;
+}
+
 /* TRACKING PROTECTION */
 
 #tracking-protection-content {
-  background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg");
+  background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg#enabled");
 }
 
-#tracking-protection-content[state="loaded-tracking-content"],
-#tracking-protection-content[block-disabled]  {
-  background-image: url("chrome://browser/skin/controlcenter/tracking-protection-disabled.svg");
+#tracking-protection-content[state="loaded-tracking-content"]  {
+  background-image: url("chrome://browser/skin/controlcenter/tracking-protection.svg#disabled");
 }
 
 #tracking-action-block,
 #tracking-action-unblock,
-#tracking-action-unblock-private {
+#tracking-action-unblock-private,
+#identity-popup-securityView-body > button {
   margin: 1em 0 0;
 }
 
 #tracking-protection-content:not([state="blocked-tracking-content"]) #tracking-action-unblock-private,
 #tracking-protection-content:not([state="loaded-tracking-content"]) > #tracking-loaded,
 #tracking-protection-content:not([state="loaded-tracking-content"]) #tracking-action-block,
-#tracking-protection-content:not([state]) > #tracking-actions,
-
-#tracking-protection-content[block-active] > #tracking-not-detected,
-#tracking-protection-content[block-disabled] > #tracking-not-detected,
-#tracking-protection-content:not([block-active]) > #tracking-blocked,
-#tracking-protection-content:not([block-active]) #tracking-action-unblock,
-#tracking-protection-content:not([block-disabled]) > #tracking-loaded,
-#tracking-protection-content:not([block-disabled]) #tracking-action-block,
-#tracking-protection-content:not([block-active]):not([block-disabled]) > #tracking-actions {
+#tracking-protection-content:not([state]) > #tracking-actions {
   display: none;
 }
 
   background-image: url(chrome://browser/skin/controlcenter/permissions.svg);
 }
 
+#identity-popup-permissions-headline {
+  /* Make sure the label is as tall as the icon so that the permission list
+     which is aligned with the icon doesn't cover it up. */
+  min-height: 24px;
+}
+
 #identity-popup-permission-list {
+  /* Offset the padding set on #identity-popup-permissions-content so that it
+     shows up just below the section. The permission icons are 16px wide and
+     should be right aligned with the section icon. */
+  margin-inline-start: calc(-1em - 16px);
+}
+
+.identity-popup-permission-item {
+  min-height: 24px;
+}
+
+#identity-popup-permission-list:not(:empty) {
   margin-top: 5px;
 }
 
+.identity-popup-permission-icon {
+  width: 16px;
+  height: 16px;
+}
+
+.identity-popup-permission-icon.in-use {
+  animation: 1.5s ease in-use-blink infinite;
+}
+
+@keyframes in-use-blink {
+  50% { opacity: 0; }
+}
+
+.identity-popup-permission-label,
+.identity-popup-permission-state-label {
+  /* We need to align the action buttons and permission icons with the text.
+     This is tricky because the icon height is defined in pixels, while the
+     font height can vary with platform and system settings, and at least on
+     Windows the default font metrics reserve more extra space for accents.
+     This value is a good compromise for different platforms and font sizes. */
+  margin-top: -0.1em;
+}
+
 .identity-popup-permission-label {
-  -moz-margin-start: 0;
+  margin-inline-start: 1em;
 }
 
-/* FOOTER BUTTONS */
+.identity-popup-permission-state-label {
+  margin-inline-end: 5px;
+  text-align: end;
+  color: #A09090;
+}
 
-#identity-popup-button-container {
-  background: #000000;
-  border-top: 1px solid #A09090;
+.identity-popup-permission-remove-button {
+  margin: 0;
+  border-width: 0;
+  border-radius: 50%;
+  min-width: 0;
+  padding: 2px;
+  background-color: transparent;
 }
 
-#identity-popup-more-info-button {
-  margin-top: 5px;
+.identity-popup-permission-remove-button > .button-box {
+  padding: 0;
 }
-/*
-#identity-popup-more-info-button:hover {
+
+.identity-popup-permission-remove-button > .button-box > .button-icon {
+  margin: 0;
+  width: 16px;
+  height: 16px;
+  list-style-image: url(chrome://browser/skin/panel-icons.svg#cancel);
+  filter: url(chrome://global/skin/filters.svg#fill);
+  fill: #A09090;
 }
 
-#identity-popup-more-info-button:hover:active {
+.identity-popup-permission-remove-button > .button-box > .button-text {
+  display: none;
+}
+
+.identity-popup-permission-remove-button:not(:-moz-focusring):hover {
+  background-color: #FFCF00;
+}
+
+.identity-popup-permission-remove-button:not(:-moz-focusring):hover > .button-box > .button-icon {
+  fill: #000000;
+}
+
+.identity-popup-permission-remove-button:not(:-moz-focusring):hover:active {
+  background-color: #FF9F00;
 }
-*/
 
 /* === END panel.inc.css === */