13 lines
173 B
CSS
13 lines
173 B
CSS
|
|
.facetapi-checkbox {
|
|
margin-right: .5em;
|
|
}
|
|
|
|
.facetapi-disabled {
|
|
opacity: 0.4;
|
|
filter: alpha(opacity = 40);
|
|
}
|
|
.facetapi-disabled a:hover {
|
|
text-decoration: none;
|
|
}
|