You are here

facetapi.css in Facet API 7

Same filename and directory in other branches
  1. 6.3 facetapi.css
  2. 7.2 facetapi.css
.facetapi-checkbox {
  margin-right: .5em;
}

.facetapi-disabled {
  opacity: 0.4;
  filter: alpha(opacity = 40);
}
.facetapi-disabled a:hover {
  text-decoration: none;
}

File

facetapi.css
View source
  1. .facetapi-checkbox {
  2. margin-right: .5em;
  3. }
  4. .facetapi-disabled {
  5. opacity: 0.4;
  6. filter: alpha(opacity = 40);
  7. }
  8. .facetapi-disabled a:hover {
  9. text-decoration: none;
  10. }