mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
10 lines
134 B
CSS
10 lines
134 B
CSS
|
/* tables */
|
||
|
.tester { /* */
|
||
|
visibility: hidden;
|
||
|
}
|
||
|
|
||
|
/* skipped tests */
|
||
|
#qunit-tests li.pass.skipped {
|
||
|
background-color: #fffacd;
|
||
|
}
|