#tabbar {
background-color: #888888
}
.tab {
border: solid 1px #cccccc;
height: 24px;
font-size: 12px;
background-color: #f0f0f0;
}
.tab.active {
background-color: #00ffff;
}
.tab:hover {
background-color: #ffff00
}
.newtab-button-box {
background-color: #000000;
}
ラベル:ツリー型タブ Firefoxアドオン
#tabbar {
background-color: #888888
}
tab-item {
border: solid 1px #cccccc;
height: 24px;
font-size: 12px;
background-color: #f0f0f0;
}
tab-item.active {
background-color: #00ffff;
}
tab-item:hover {
background-color: #ffff00
}
.newtab-button-box {
background-color: #f0f0f0;
}