Show outline over the tab

This commit is contained in:
YUKI Hiroshi 2016-02-12 20:18:18 +09:00
parent 9eb445ce99
commit 5716f17633

View File

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