From 19ada7069f2fd8f511217f91f747e1d1f1041acb Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Thu, 11 Mar 2021 22:00:24 +0100 Subject: [PATCH] border fix --- CSS/themes/unraid/unraid-base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS/themes/unraid/unraid-base.css b/CSS/themes/unraid/unraid-base.css index 1cac0973..a8978249 100644 --- a/CSS/themes/unraid/unraid-base.css +++ b/CSS/themes/unraid/unraid-base.css @@ -98,7 +98,7 @@ table.disk_status tbody tr:nth-child(even) { } table.disk_status thead tr:last-child { - border-bottom: 1px solid rgba(255, 255, 255, .25); + border-bottom: 1px solid rgb(81 103 109); } table.tablesorter thead tr {