diff --git a/www/css/ui.css b/www/css/ui.css index 49bfe9b..04367d0 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -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;