mirror of
https://github.com/spaytac/Casper.git
synced 2026-01-22 01:04:57 +00:00
Merge pull request #28 from JoeBonham/patch-1
Replaced table.plain LESS with equivalent CSS
This commit is contained in:
commit
fa41e47672
@ -318,12 +318,11 @@ table tbody > tr:nth-child(odd) > th {
|
|||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.plain {
|
table.plain tbody > tr:nth-child(odd) > td,
|
||||||
tbody > tr:nth-child(odd) > td,
|
table.plain tbody > tr:nth-child(odd) > th {
|
||||||
tbody > tr:nth-child(odd) > th {
|
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* ==========================================================================
|
/* ==========================================================================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user