Specify radius of outline for highlighting
This commit is contained in:
parent
09bb874f34
commit
621d89d8ee
@ -423,4 +423,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
|
|||||||
.tabbrowser-tab[treestyletab-highlighted='true'] {
|
.tabbrowser-tab[treestyletab-highlighted='true'] {
|
||||||
outline: Highlight solid 0.2em;
|
outline: Highlight solid 0.2em;
|
||||||
outline-offset: -0.2em;
|
outline-offset: -0.2em;
|
||||||
|
-moz-outline-radius: 0.25em;
|
||||||
|
outline-radius: 0.25em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user