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.cssView source
- #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;
- }