mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 481847 - tabbrowser-tab focus ring is ugly. r=mstange
This commit is contained in:
parent
dd1fe82069
commit
f9d945c9ba
@ -1579,9 +1579,11 @@ tabbrowser > tabbox {
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected="true"]:focus > .tab-text {
|
||||
outline: 2px solid #4F8EC9;
|
||||
outline-offset: -2px;
|
||||
-moz-outline-radius: 3px;
|
||||
-moz-box-shadow: 0 0 4px -moz-mac-focusring,
|
||||
0 0 4px -moz-mac-focusring,
|
||||
0 0 3px -moz-mac-focusring,
|
||||
0 0 2px -moz-mac-focusring inset,
|
||||
0 0 3px -moz-mac-focusring inset;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected="true"],
|
||||
|
Loading…
Reference in New Issue
Block a user