セレクタの詳細度を上げた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4605 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-06-25 10:02:50 +00:00
parent 3d3b9f3dd9
commit d58f7a44e5

View File

@ -1,11 +1,12 @@
.tabbrowser-tab[selected="true"] .tab-icon-image {
list-style-image: url("chrome://global/skin/tree/item.png");
:root[tabFx2Compatible] .tabbrowser-tab[selected="true"] .tab-icon-image {
list-style-image: url("chrome://global/skin/tree/item.png") !important;
}
.tabbrowser-tab[busy] .tab-icon-image {
:root[tabFx2Compatible] .tabbrowser-tab[busy] > hbox > stack > .tab-icon-image {
list-style-image: url("chrome://global/skin/icons/loading_16.png") !important;
opacity: 1;
}
.tabbrowser-tab:not(:hover):not([selected="true"]) .tab-icon-image {
opacity: .6;
:root[tabFx2Compatible] .tabbrowser-tab:not(:hover):not([selected="true"]) .tab-icon-image {
opacity: 0.6;
}