From 548d3f2a690341cda2901f7cb73e25a7d4735fef Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 15:17:51 +0530 Subject: [PATCH 1/2] files align fix --- core/css/server.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index 9ad348b4..bf017f71 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1745,3 +1745,7 @@ body.theme--dark.theme--highcontrast #header #appmenu li:hover a, body.theme--dark.theme--highcontrast #header #appmenu li:focus a { color: #000; } +/* Files App */ +#content.app-files #filestable { + padding-top: 10px; +} \ No newline at end of file -- GitLab From 3a1a3977cb4f201042a9301c447c2309104830a9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 8 Mar 2023 15:32:05 +0530 Subject: [PATCH 2/2] files header fix --- core/css/server.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index bf017f71..74894f61 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1664,7 +1664,7 @@ button.edit-output-dir span.icon-rename, letter-spacing: 1px; } #filestable thead { - background-color: white !important; + background-color: var(--color-main-background-header) !important; } #recommendations { height: 100px !important; @@ -1747,5 +1747,5 @@ body.theme--dark.theme--highcontrast #header #appmenu li:focus a { } /* Files App */ #content.app-files #filestable { - padding-top: 10px; + padding-top: 20px; } \ No newline at end of file -- GitLab