mirror of https://github.com/apache/cloudstack.git
Add nth-child coloring for list rows
This commit is contained in:
parent
4cf18a1d9e
commit
f6fb769b69
|
|
@ -38,6 +38,10 @@
|
|||
&:not(.empty) {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
||||
&:nth-child(even) {
|
||||
background: lighten(#ccc, 17%);
|
||||
}
|
||||
}
|
||||
|
||||
tr td {
|
||||
|
|
|
|||
Loading…
Reference in New Issue