You are here

access_filter.css in Access Filter 8

@charset "UTF-8"; #filters ul {
  margin: 0;
  padding: 0;
}

#filters ul ul {
  padding-right: 1em;
}

#filters ul ul li {
  list-style-type: '» ';
}

.disabled {
  background: #dddddd;
}

.regex {
  margin-left: 0.5em;
  color: #0f74a8;
}

.negated {
  color: #333333;
}

.plugins {
  margin: 0;
  padding: 0 0 0 1em;
}

.plugins li {
  margin-top: 8px;
}

.plugins li:first-child {
  margin-top: 0;
}

File

css/access_filter.css
View source
  1. @charset "UTF-8"; #filters ul {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. #filters ul ul {
  6. padding-right: 1em;
  7. }
  8. #filters ul ul li {
  9. list-style-type: '» ';
  10. }
  11. .disabled {
  12. background: #dddddd;
  13. }
  14. .regex {
  15. margin-left: 0.5em;
  16. color: #0f74a8;
  17. }
  18. .negated {
  19. color: #333333;
  20. }
  21. .plugins {
  22. margin: 0;
  23. padding: 0 0 0 1em;
  24. }
  25. .plugins li {
  26. margin-top: 8px;
  27. }
  28. .plugins li:first-child {
  29. margin-top: 0;
  30. }