Update table row colors.
This commit is contained in:
parent
01e8df2f9b
commit
0c8143c855
@ -7,7 +7,7 @@ main>table.list tr{
|
||||
background-color:#303030;
|
||||
}
|
||||
main>table.list tr:nth-child(even){
|
||||
background-color:#2c2c2c;
|
||||
background-color:#323232;
|
||||
}
|
||||
main>table.list th{
|
||||
padding:0 1rem 0 1rem;
|
||||
@ -35,7 +35,7 @@ main>table.list td:last-child{
|
||||
display:flex;
|
||||
flex-flow:row nowrap;
|
||||
align-items:flex-start;
|
||||
justify-content:flex-end;
|
||||
justify-content:flex-start;
|
||||
width:auto;
|
||||
|
||||
border: 0;
|
||||
@ -57,7 +57,7 @@ main>table.list td:last-child>button{
|
||||
font-size:1.25rem;
|
||||
cursor:pointer;
|
||||
|
||||
background-color:#303030;
|
||||
background-color:inherit;
|
||||
color:#e0e0e0;
|
||||
border:0;
|
||||
outline:0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user