Bug 1405040 - Export fa863ebb - chore(styles): Backport Bug 1399642 - Use photon search icon in awesomebar. r=dao (#3614) draft
authorEd Lee <edilee@mozilla.com>
Mon, 02 Oct 2017 10:34:05 -0700
changeset 673680 1c6d32b32aceae4938f0de1e662ddfba5efd5b98
parent 673679 077d6661414ed9aa2391785605d340ceb3f8adda
child 673681 957c4b38dd94bb23181960d5dae02f545ba7c786
push id82603
push userbmo:edilee@mozilla.com
push dateMon, 02 Oct 2017 17:34:28 +0000
reviewersdao
bugs1405040, 1399642
milestone57.0
Bug 1405040 - Export fa863ebb - chore(styles): Backport Bug 1399642 - Use photon search icon in awesomebar. r=dao (#3614) MozReview-Commit-ID: Jb7fwipeIUI
browser/extensions/activity-stream/data/content/activity-stream.css
browser/extensions/activity-stream/install.rdf.in
--- a/browser/extensions/activity-stream/data/content/activity-stream.css
+++ b/browser/extensions/activity-stream/data/content/activity-stream.css
@@ -683,17 +683,17 @@ main {
     padding-inline-start: 35px;
     width: 100%;
     font-size: 15px; }
   .search-wrapper:active input,
   .search-wrapper input:focus {
     border-color: #0A84FF;
     box-shadow: 0 0 0 2px #0A84FF; }
   .search-wrapper .search-label {
-    background: url("chrome://browser/skin/find.svg") no-repeat 12px center/16px;
+    background: url("chrome://browser/skin/search-glass.svg") no-repeat 12px center/16px;
     fill: rgba(12, 12, 13, 0.4);
     -moz-context-properties: fill;
     position: absolute;
     offset-inline-start: 0;
     height: 100%;
     width: 35px; }
   .search-wrapper .search-button {
     background: url("chrome://browser/skin/forward.svg") no-repeat center center;
--- a/browser/extensions/activity-stream/install.rdf.in
+++ b/browser/extensions/activity-stream/install.rdf.in
@@ -3,17 +3,17 @@
 #filter substitution
 
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   <Description about="urn:mozilla:install-manifest">
     <em:id>activity-stream@mozilla.org</em:id>
     <em:type>2</em:type>
     <em:bootstrap>true</em:bootstrap>
     <em:unpack>false</em:unpack>
-    <em:version>2017.10.02.1052-7470a9c6</em:version>
+    <em:version>2017.10.02.1054-fa863ebb</em:version>
     <em:name>Activity Stream</em:name>
     <em:description>A rich visual history feed and a reimagined home page make it easier than ever to find exactly what you're looking for in Firefox.</em:description>
     <em:multiprocessCompatible>true</em:multiprocessCompatible>
 
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
         <em:minVersion>@MOZ_APP_VERSION@</em:minVersion>