Bug 1238531 - ensure buttons in SyncedTabs panel always use white text. r=Gijs

This commit is contained in:
Mark Hammond 2016-02-03 11:47:25 +11:00
parent 85cf8bda88
commit 3a8e2b9d98

View File

@ -686,7 +686,9 @@ toolbarpaletteitem[place="palette"] > toolbaritem > toolbarbutton {
.PanelUI-remotetabs-prefs-button {
-moz-appearance: none;
background-color: #0096dd;
color: white;
/* !important for the color as an OSX specific rule when a lightweight theme
is used for buttons in the toolbox overrides. See bug 1238531 for details */
color: white !important;
border-radius: 2px;
margin-top: 10px;
margin-bottom: 10px;