simpletest.css in SimpleTest 6
Same filename and directory in other branches
/* Addon for the simpletest module */
#simpletest {
}
div.simpletest-pass {
background: #b6ffb6;
}
div.simpletest-fail {
background: #ffc9c9;
}
tr.simpletest-pass.odd {
background: #b6ffb6;
}
tr.simpletest-pass.even {
background: #9bff9b;
}
tr.simpletest-fail.odd {
background: #ffc9c9;
}
tr.simpletest-fail.even {
background: #ffacac;
}File
simpletest.cssView source
- /* Addon for the simpletest module */
- #simpletest {
- }
- div.simpletest-pass {
- background: #b6ffb6;
- }
-
- div.simpletest-fail {
- background: #ffc9c9;
- }
- tr.simpletest-pass.odd {
- background: #b6ffb6;
- }
-
- tr.simpletest-pass.even {
- background: #9bff9b;
- }
-
- tr.simpletest-fail.odd {
- background: #ffc9c9;
- }
- tr.simpletest-fail.even {
- background: #ffacac;
- }