Specify radius of outline for highlighting

This commit is contained in:
YUKI Hiroshi 2016-02-12 20:23:09 +09:00
parent 09bb874f34
commit 621d89d8ee

View File

@ -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;
} }