Bug 1298685 - Removed color of Idendity box focus ring; r=dao

This commit is contained in:
Towkir Ahmed 2016-08-29 11:58:43 +02:00
parent c465ed2225
commit db74d4d850
2 changed files with 2 additions and 2 deletions

View File

@ -1054,7 +1054,7 @@ toolbaritem[cui-areatype="menu-panel"] > :-moz-any(@nestedButtons@) > .toolbarbu
}
#identity-box:-moz-focusring {
outline: 1px dotted #000;
outline: 1px dotted;
outline-offset: -3px;
}

View File

@ -1489,7 +1489,7 @@ html|*.urlbar-input:-moz-lwtheme::-moz-placeholder,
/* identity box */
#identity-box:-moz-focusring {
outline: 1px dotted #000;
outline: 1px dotted;
outline-offset: -3px;
}