mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1342368 - Add custom focus ring for buttons in in-content pages. r=jaws
MozReview-Commit-ID: GgpzSLYEeNH --HG-- extra : rebase_source : 487c1a71c5c98ffbc44264bb6f8dc2cdd2a7e5df
This commit is contained in:
parent
c4984e8f16
commit
4b01ef1dc0
@ -19,6 +19,11 @@ xul|menulist {
|
||||
margin: 2px 4px;
|
||||
}
|
||||
|
||||
xul|button:-moz-focusring {
|
||||
outline: 1px dotted;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
|
||||
xul|button > xul|*.button-box,
|
||||
xul|menulist > xul|*.menulist-label-box {
|
||||
-moz-appearance: none;
|
||||
|
Loading…
Reference in New Issue
Block a user