Update table row colors.
This commit is contained in:
parent
ea733b8f47
commit
01e8df2f9b
@ -4,6 +4,10 @@ main>table.list{
|
|||||||
}
|
}
|
||||||
main>table.list tr{
|
main>table.list tr{
|
||||||
height:2.5rem;
|
height:2.5rem;
|
||||||
|
background-color:#303030;
|
||||||
|
}
|
||||||
|
main>table.list tr:nth-child(even){
|
||||||
|
background-color:#2c2c2c;
|
||||||
}
|
}
|
||||||
main>table.list th{
|
main>table.list th{
|
||||||
padding:0 1rem 0 1rem;
|
padding:0 1rem 0 1rem;
|
||||||
@ -24,8 +28,6 @@ main>table.list td{
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|
||||||
background-color:#303030;
|
|
||||||
color:#f0f0f0;
|
color:#f0f0f0;
|
||||||
border-right: 1px solid #383838;
|
border-right: 1px solid #383838;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user