diff --git a/core/css/server.css b/core/css/server.css index 9ad348b41fc3cd6ee8e6470e98bc0f279295f26f..74894f610ac4bd670ce2b6d946e7224b621a2221 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; @@ -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: 20px; +} \ No newline at end of file