Update table button colors.
This commit is contained in:
parent
2c5e79a35d
commit
43fc571e00
@ -6,8 +6,8 @@ main>table.list tr{
|
|||||||
height:2.5rem;
|
height:2.5rem;
|
||||||
background-color:#303030;
|
background-color:#303030;
|
||||||
}
|
}
|
||||||
main>table.list tr:nth-child(even){
|
main>table.list tr:nth-child(odd){
|
||||||
background-color:#323232;
|
background-color:#343434;
|
||||||
}
|
}
|
||||||
main>table.list th{
|
main>table.list th{
|
||||||
padding:0 1rem 0 1rem;
|
padding:0 1rem 0 1rem;
|
||||||
@ -57,7 +57,7 @@ main>table.list td:last-child>button{
|
|||||||
font-size:1.25rem;
|
font-size:1.25rem;
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
|
|
||||||
background-color:#383838;
|
background-color:inherit;
|
||||||
color:#e0e0e0;
|
color:#e0e0e0;
|
||||||
border:0;
|
border:0;
|
||||||
outline:0;
|
outline:0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user