tobiu
6 Jul 2010, 5:07 AM
hi team,
i think this is a firefox-bug, but it definitely affects the look & feel of our framework.
.x-item-disabled * {
color:gray !important;
}
.x-item-disabled {
opacity:0.6;
}
if the text was black (#000) using opacity works fine in ff.
using gray and opacity at once makes the text look green.
really ugly because it is not even the same green -> the color varies.
it does not matter how the value of the opatity is (between 0 and 1).
i think this is a firefox-bug, but it definitely affects the look & feel of our framework.
.x-item-disabled * {
color:gray !important;
}
.x-item-disabled {
opacity:0.6;
}
if the text was black (#000) using opacity works fine in ff.
using gray and opacity at once makes the text look green.
really ugly because it is not even the same green -> the color varies.
it does not matter how the value of the opatity is (between 0 and 1).