LinuxでPlain, Mixedのタブバーの「新しいタブ」ボタンの外観を修正

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@6571 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2010-04-03 08:03:22 +00:00
parent 954bcb549b
commit e426792d00

View File

@ -1,6 +1,10 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-tab {
.tabbrowser-tab,
.tabbrowser-tabs[treestyletab-style~="square"]:not([treestyletab-style="vertigo"])[treestyletab-mode="vertical"]
.tabbrowser-arrowscrollbox
.tabs-newtab-button {
position: relative;
z-index: auto;
}