Bug 1189976 - Make rules / separators in the Control Center panel lighter. r=ttaubert

This commit is contained in:
Dão Gottwald 2015-08-05 18:55:53 +02:00
parent 8365cc775c
commit 91fe952288
4 changed files with 12 additions and 6 deletions

View File

@ -35,6 +35,8 @@
--toolbarbutton-combined-backgroundimage: linear-gradient(hsla(210,54%,20%,.2) 0, hsla(210,54%,20%,.2) 18px);
--identity-box-verified-background-color: #fff;
--panel-separator-color: ThreeDShadow;
}
#menubar-items {

View File

@ -44,6 +44,8 @@
--urlbar-dropmarker-2x-url: url("chrome://browser/skin/urlbar-history-dropmarker@2x.png");
--urlbar-dropmarker-2x-region: rect(0, 22px, 28px, 0);
--urlbar-dropmarker-active-2x-region: rect(0, 44px, 28px, 22px);
--panel-separator-color: hsla(210,4%,10%,.14);
}
#urlbar:-moz-lwtheme:not([focused="true"]),

View File

@ -70,7 +70,7 @@
}
.identity-popup-section:not(:first-child) {
border-top: 1px solid ThreeDShadow;
border-top: 1px solid var(--panel-separator-color);
}
#identity-popup-securityView,
@ -123,13 +123,13 @@
.identity-popup-expander > .button-box {
padding: 0;
-moz-appearance: none;
border: solid ThreeDShadow;
border-width: 0 0 0 1px;
border-style: none;
border-left: 1px solid var(--panel-separator-color);
}
.identity-popup-expander:-moz-focusring > .button-box,
.identity-popup-expander[panel-multiview-anchor] > .button-box {
border: 0 none;
border-style: none;
}
.identity-popup-expander:hover {
@ -206,7 +206,7 @@
}
#identity-popup-securityView-header {
border-bottom: 1px solid ThreeDShadow;
border-bottom: 1px solid var(--panel-separator-color);
padding-bottom: 1em;
margin-bottom: 1em;
}
@ -274,7 +274,7 @@
#identity-popup-more-info-button {
border: none;
border-top: 1px solid ThreeDShadow;
border-top: 1px solid var(--panel-separator-color);
background: transparent;
-moz-appearance: none;
margin-top: 5px;

View File

@ -48,6 +48,8 @@
--urlbar-dropmarker-2x-region: rect(0, 22px, 28px, 0);
--urlbar-dropmarker-hover-2x-region: rect(0, 44px, 28px, 22px);
--urlbar-dropmarker-active-2x-region: rect(0, 66px, 28px, 44px);
--panel-separator-color: ThreeDLightShadow;
}
#menubar-items {