From 0c8143c855b9d476b498757cbb48077ac0ca23cd Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 18:37:48 -0700 Subject: [PATCH] Update table row colors. --- www/css/ui.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;