Bug 1470964 - Make confirmation hint panel blue instead of green draft
authorBharat Raghunathan <bharatraghunthan9767@gmail.com>
Fri, 20 Jul 2018 21:50:58 +0530
changeset 820900 2d046b08858b13affe3b1fbd467adb93b96f6cb1
parent 820696 4aa8eb6e5ca75109e97e0c3f64c5529fd74c94eb
child 821170 d333569feebedd60825d06c163021e0dd8876aee
push id116980
push userbmo:bharatraghunthan9767@gmail.com
push dateFri, 20 Jul 2018 16:21:30 +0000
bugs1470964
milestone63.0a1
Bug 1470964 - Make confirmation hint panel blue instead of green MozReview-Commit-ID: J7ajg44ElUb
browser/themes/shared/customizableui/panelUI.inc.css
--- a/browser/themes/shared/customizableui/panelUI.inc.css
+++ b/browser/themes/shared/customizableui/panelUI.inc.css
@@ -215,18 +215,18 @@ panel[photon] > .panel-arrowcontainer > 
   margin-inline-start: 0;
 }
 
 #BMB_bookmarksPopup {
   max-width: @standaloneSubviewWidth@;
 }
 
 #confirmation-hint {
-  --arrowpanel-background: #058b00;
-  --arrowpanel-border-color: #046b00;
+  --arrowpanel-background: #0060df;
+  --arrowpanel-border-color: #0060df;
   --arrowpanel-color: #fff;
 }
 
 #confirmation-hint[hidearrow] > .panel-arrowcontainer > .panel-arrowbox {
   /* Don't display the arrow but keep the popup at the same vertical
      offset as other arrow panels. */
   visibility: hidden;
 }