You are here

simple_ldap.css in Simple LDAP 7.2

#simple-ldap-debug-report tr {
  border-bottom: 1px solid gray;
}

#simple-ldap-debug-report tr.ldap-test-warning {
  background-color: orange;
}

#simple-ldap-debug-report tr.ldap-test-ok {
  background-color: lightgreen;
}

#simple-ldap-debug-report tr.ldap-test-error {
  background-color: pink;
}

#simple-ldap-debug-report tr.ldap-test-information {
  background-color: lightblue;
}

File

simple_ldap.css
View source
  1. #simple-ldap-debug-report tr {
  2. border-bottom: 1px solid gray;
  3. }
  4. #simple-ldap-debug-report tr.ldap-test-warning {
  5. background-color: orange;
  6. }
  7. #simple-ldap-debug-report tr.ldap-test-ok {
  8. background-color: lightgreen;
  9. }
  10. #simple-ldap-debug-report tr.ldap-test-error {
  11. background-color: pink;
  12. }
  13. #simple-ldap-debug-report tr.ldap-test-information {
  14. background-color: lightblue;
  15. }