Bug 1291998 - Fix cancel button background color of permission dropdown on Windows r?paolo draft
authorRicky Chien <ricky060709@gmail.com>
Sat, 06 Aug 2016 01:24:47 +0800
changeset 397332 6aedd5640334502ff9b97a8e6d2c5fb167fea6ec
parent 396804 0ba72e8027cfcbcbf3426770ac264a7ade2af090
child 527425 2c4579ae7ccbb5b9c080165923ce215604177990
push id25264
push userbmo:rchien@mozilla.com
push dateFri, 05 Aug 2016 17:25:14 +0000
reviewerspaolo
bugs1291998
milestone51.0a1
Bug 1291998 - Fix cancel button background color of permission dropdown on Windows r?paolo MozReview-Commit-ID: 3LihrhQTNjH
browser/themes/shared/controlcenter/panel.inc.css
--- a/browser/themes/shared/controlcenter/panel.inc.css
+++ b/browser/themes/shared/controlcenter/panel.inc.css
@@ -390,16 +390,17 @@ description#identity-popup-content-verif
 
 .identity-popup-permission-remove-button {
   -moz-appearance: none;
   margin: 0;
   border-width: 0;
   border-radius: 50%;
   min-width: 0;
   padding: 2px;
+  background-color: transparent;
 }
 
 .identity-popup-permission-remove-button > .button-box {
   border-width: 0;
   padding: 0;
 }
 
 .identity-popup-permission-remove-button > .button-box > .button-icon {