From d2ae11223ef8ab01f6abf24b708d3a36498a1b58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A3o=20Gottwald?= Date: Fri, 24 Jul 2015 16:22:46 +0200 Subject: [PATCH] Bug 1186984 - Fix --verified-identity-box-background-color vs. --verified-identity-box-backgroundcolor CSS variable name mismatch. r=paolo --- browser/themes/linux/browser.css | 4 ++-- browser/themes/shared/devedition.inc.css | 2 +- browser/themes/windows/browser.css | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/browser/themes/linux/browser.css b/browser/themes/linux/browser.css index 24ee34a977da..856610f65477 100644 --- a/browser/themes/linux/browser.css +++ b/browser/themes/linux/browser.css @@ -34,7 +34,7 @@ --toolbarbutton-combined-boxshadow: 0 0 0 1px hsla(0,0%,100%,.2); --toolbarbutton-combined-backgroundimage: linear-gradient(hsla(210,54%,20%,.2) 0, hsla(210,54%,20%,.2) 18px); - --verified-identity-box-backgroundcolor: #fff; + --identity-box-verified-background-color: #fff; } #menubar-items { @@ -986,7 +986,7 @@ toolbarbutton[constrain-size="true"][cui-areatype="toolbar"] > .toolbarbutton-ba } #identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover):not([open=true]) { - background-color: var(--verified-identity-box-backgroundcolor); + background-color: var(--identity-box-verified-background-color); } #identity-box:-moz-focusring { diff --git a/browser/themes/shared/devedition.inc.css b/browser/themes/shared/devedition.inc.css index c8e9193a764c..71880fb3a0d9 100644 --- a/browser/themes/shared/devedition.inc.css +++ b/browser/themes/shared/devedition.inc.css @@ -63,7 +63,7 @@ :root[devtoolstheme="dark"] #identity-box { --identity-box-border-color: #5F6670; --identity-box-chrome-color: #46afe3; - --verified-identity-box-background-color: transparent; + --identity-box-verified-background-color: transparent; --identity-box-selected-background-color: rgba(231,230,230,.2); } diff --git a/browser/themes/windows/browser.css b/browser/themes/windows/browser.css index 1487e380a16e..a251d08a75b1 100644 --- a/browser/themes/windows/browser.css +++ b/browser/themes/windows/browser.css @@ -38,7 +38,7 @@ --toolbarbutton-combined-boxshadow: none; --toolbarbutton-combined-backgroundimage: linear-gradient(hsla(210,54%,20%,.2) 0, hsla(210,54%,20%,.2) 16px); - --verified-identity-box-backgroundcolor: #FFF; + --identity-box-verified-background-color: #fff; --urlbar-dropmarker-url: url("chrome://browser/skin/urlbar-history-dropmarker.png"); --urlbar-dropmarker-region: rect(0px, 11px, 14px, 0px); @@ -1437,7 +1437,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder, } #identity-box.verifiedIdentity:not(:-moz-lwtheme):not(:hover):not([open=true]) { - background-color: var(--verified-identity-box-backgroundcolor); + background-color: var(--identity-box-verified-background-color); } #identity-box:-moz-focusring {