From: Robert Kaiser Date: Fri, 24 Feb 2017 22:22:01 +0000 (+0100) Subject: first part of syncing LCARStrek with Firefox 52 browser windows theme changes X-Git-Tag: LCARStrek-2.49~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=39819724e7ccf708c0bb3a149b5f02749ea81c60 first part of syncing LCARStrek with Firefox 52 browser windows theme changes --- diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 678b5b67..ada02a6b 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -2031,22 +2031,20 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but } #identity-box[sharing="camera"] > #sharing-icon { - list-style-image: url("chrome://browser/skin/notification-icons.svg#camera"); + list-style-image: url("chrome://browser/skin/notification-icons.svg#camera-sharing"); } #identity-box[sharing="microphone"] > #sharing-icon { - list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone"); + list-style-image: url("chrome://browser/skin/notification-icons.svg#microphone-sharing"); } #identity-box[sharing="screen"] > #sharing-icon { - list-style-image: url("chrome://browser/skin/notification-icons.svg#screen"); + list-style-image: url("chrome://browser/skin/notification-icons.svg#screen-sharing"); } #identity-box[sharing] > #sharing-icon { display: -moz-box; - filter: url("chrome://browser/skin/filters.svg#fill"); - fill: #FF0000; animation-delay: -1.5s; } diff --git a/LCARStrek/browser/controlcenter/panel.css b/LCARStrek/browser/controlcenter/panel.css index 2f091404..cbd691c3 100644 --- a/LCARStrek/browser/controlcenter/panel.css +++ b/LCARStrek/browser/controlcenter/panel.css @@ -121,11 +121,8 @@ margin: 0; min-width: auto; width: var(--identity-popup-expander-width); - 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; + background: url("chrome://browser/skin/controlcenter/arrow-subview.svg") center no-repeat; + background-size: 16px; border-radius: 0 5px 5px 0; } @@ -382,7 +379,6 @@ description#identity-popup-content-verifier, } .identity-popup-permission-icon.in-use { - fill: #FF0000; animation: 1.5s ease in-use-blink infinite; } diff --git a/LCARStrek/browser/notification-icons.svg b/LCARStrek/browser/notification-icons.svg index 4f70c997..e9561604 100644 --- a/LCARStrek/browser/notification-icons.svg +++ b/LCARStrek/browser/notification-icons.svg @@ -45,7 +45,7 @@ #camera-sharing, #microphone-sharing, #screen-sharing { - fill: rgb(224, 41, 29); + fill: #FF0000; fill-opacity: 1; } diff --git a/LCARStrek/browser/preferences/in-content/preferences.css b/LCARStrek/browser/preferences/in-content/preferences.css index c5c1fcc0..c2001384 100644 --- a/LCARStrek/browser/preferences/in-content/preferences.css +++ b/LCARStrek/browser/preferences/in-content/preferences.css @@ -582,6 +582,8 @@ description > html|a { .fxaAccountBoxButtons { margin-bottom: 0 !important; margin-top: 11px; + display: flex; + align-items: center; } .fxaAccountBoxButtons > * {