Make highlight line thinner

This commit is contained in:
YUKI Hiroshi 2016-02-12 20:19:51 +09:00
parent c35a01035d
commit 82159d94cd

View File

@ -421,6 +421,6 @@ tabbrowser[treestyletab-tabbar-position="bottom"]
}
.tabbrowser-tab[treestyletab-highlighted='true'] {
outline: Highlight solid 0.25em;
outline-offset: -0.25em;
outline: Highlight solid 0.2em;
outline-offset: -0.2em;
}