Bug 1291469 - Remove window shadow from UITour highlight panel. r?MattN draft
authorMarkus Stange <mstange@themasta.com>
Tue, 02 Aug 2016 18:03:31 -0400
changeset 395814 fb1c37eddbd4321a016f79bae2ced028c26ef8bd
parent 395813 7d943826f148293ed16cc1f8ee26ecab20c5a494
child 527066 75b57cb3a2dc18b5d6a2ae08527cc1aa29c59255
push id24851
push usermstange@themasta.com
push dateTue, 02 Aug 2016 22:04:31 +0000
reviewersMattN
bugs1291469
milestone51.0a1
Bug 1291469 - Remove window shadow from UITour highlight panel. r?MattN MozReview-Commit-ID: JeH4s8aR790
browser/themes/shared/UITour.inc.css
--- a/browser/themes/shared/UITour.inc.css
+++ b/browser/themes/shared/UITour.inc.css
@@ -3,19 +3,21 @@
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 %endif
 
 /* UI Tour */
 
 #UITourHighlightContainer {
   -moz-appearance: none;
+  -moz-window-shadow: none;
   border: none;
   background-color: transparent;
-  /* This is a buffer to compensate for the movement in the "wobble" effect */
+  /* This is a buffer to compensate for the movement in the "wobble" effect,
+     and for the box-shadow of #UITourHighlight. */
   padding: 4px;
 }
 
 #UITourHighlight {
   background-image: radial-gradient(50% 100%, rgba(0,149,220,0.4) 50%, rgba(0,149,220,0.6) 100%);
   border-radius: 40px;
   border: 1px solid white;
   /* The box-shadow opacity needs to be < 0.5 so it doesn't appear at 100% opacity