first part of syncing LCARStrek with Firefox 52 browser windows theme changes
authorRobert Kaiser <kairo@kairo.at>
Fri, 24 Feb 2017 22:22:01 +0000 (23:22 +0100)
committerRobert Kaiser <kairo@kairo.at>
Fri, 24 Feb 2017 22:22:01 +0000 (23:22 +0100)
LCARStrek/browser/browser.css
LCARStrek/browser/controlcenter/panel.css
LCARStrek/browser/notification-icons.svg
LCARStrek/browser/preferences/in-content/preferences.css

index 678b5b679a0f78cfa3c8a8c85d0452d94a68ce61..ada02a6b10775a7111f2e9841ca1e0e0b98b9143 100644 (file)
@@ -2031,22 +2031,20 @@ window:not([chromehidden~="toolbar"]) #urlbar-wrapper:not(:hover) > #forward-but
 }
 
 #identity-box[sharing="camera"] > #sharing-icon {
 }
 
 #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 {
 }
 
 #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 {
 }
 
 #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;
 
 }
 
 #identity-box[sharing] > #sharing-icon {
   display: -moz-box;
-  filter: url("chrome://browser/skin/filters.svg#fill");
-  fill: #FF0000;
   animation-delay: -1.5s;
 }
 
   animation-delay: -1.5s;
 }
 
index 2f091404f84c66e3a121cc08f0f3761925f93138..cbd691c3951b3998df9922ce7b0b392a39b19af4 100644 (file)
   margin: 0;
   min-width: auto;
   width: var(--identity-popup-expander-width);
   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;
 }
 
   border-radius: 0 5px 5px 0;
 }
 
@@ -382,7 +379,6 @@ description#identity-popup-content-verifier,
 }
 
 .identity-popup-permission-icon.in-use {
 }
 
 .identity-popup-permission-icon.in-use {
-  fill: #FF0000;
   animation: 1.5s ease in-use-blink infinite;
 }
 
   animation: 1.5s ease in-use-blink infinite;
 }
 
index 4f70c997cb63ec8d6f8cb87e9ec8411b294b33eb..e956160472b9dcd5b9aa5c0ac7e8b7c88a3c34c8 100644 (file)
@@ -45,7 +45,7 @@
     #camera-sharing,
     #microphone-sharing,
     #screen-sharing {
     #camera-sharing,
     #microphone-sharing,
     #screen-sharing {
-      fill: rgb(224, 41, 29);
+      fill: #FF0000;
       fill-opacity: 1;
     }
   </style>
       fill-opacity: 1;
     }
   </style>
index c5c1fcc074f2278228bc988bdac642865dc5abf0..c20013845486f7b1dc038b5bb3fefa039f6eebd8 100644 (file)
@@ -582,6 +582,8 @@ description > html|a {
 .fxaAccountBoxButtons {
   margin-bottom: 0 !important;
   margin-top: 11px;
 .fxaAccountBoxButtons {
   margin-bottom: 0 !important;
   margin-top: 11px;
+  display: flex;
+  align-items: center;
 }
 
 .fxaAccountBoxButtons > * {
 }
 
 .fxaAccountBoxButtons > * {