13 lines
173 B
CSS
Raw Normal View History

2020-08-14 13:36:36 +02:00
.facetapi-checkbox {
margin-right: .5em;
}
.facetapi-disabled {
opacity: 0.4;
filter: alpha(opacity = 40);
}
.facetapi-disabled a:hover {
text-decoration: none;
}