Bug 1408736 - Align private browing with toolbar. r?dao draft
authorDale Harvey <dale@arandomurl.com>
Tue, 17 Oct 2017 17:01:45 +0100
changeset 682271 6f78dd2485920f46fe1934039d4997282ad2c9f2
parent 682270 c685d4102fb8eafaabeed2b4945d0afb59ad9780
child 736346 aec69167f007b469519e8703154c847247cceab1
push id85052
push userbmo:dharvey@mozilla.com
push dateWed, 18 Oct 2017 10:51:22 +0000
reviewersdao
bugs1408736
milestone58.0a1
Bug 1408736 - Align private browing with toolbar. r?dao MozReview-Commit-ID: 66LHgF4JQe9
browser/themes/shared/browser.inc.css
--- a/browser/themes/shared/browser.inc.css
+++ b/browser/themes/shared/browser.inc.css
@@ -85,18 +85,18 @@
 
 .accessibility-indicator,
 .private-browsing-indicator {
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: center;
   width: 24px;
   height: 24px;
-  margin-left: 8px;
-  margin-right: 8px;
+  margin-left: 7px;
+  margin-right: 7px;
   position: relative;
   /* Need to ensure this gets positioned on top of the position:relative #navigator-toolbox
    * in case the dark/light themes give that item a background. */
   z-index: 1;
 }
 
 .accessibility-indicator {
   background-image: url("chrome://browser/skin/accessibility.svg");