From c2822a26df3da007da82abff1c1604194f3b8d75 Mon Sep 17 00:00:00 2001 From: thegarbz Date: Wed, 5 Aug 2020 21:44:20 +0200 Subject: [PATCH] Updated Filament in Theme. Filament screen corrected with the following changes: * Filament bar background colour changed to match theme. * Filament table background gradient removed. * Filament bar width adjusted to match files section, this also lined up the scroll bar with its background. --- themes/NOX/custom-styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/themes/NOX/custom-styles.css b/themes/NOX/custom-styles.css index a15ac8100..82e21a13e 100644 --- a/themes/NOX/custom-styles.css +++ b/themes/NOX/custom-styles.css @@ -180,6 +180,25 @@ ngx-spinner .overlay{ width: 5vw!important; } +/************************************** FILAMENT **************************************/ + +.filament tr{ + background-color: #222222!important; + width: 90vw!important; +} + +.filament-filaments { + width: 95.5vw!important; +} + +.filament-filaments::before { + display:none!important; +} + +.filament-filaments__name { + width: 62vw!important; +} + /**************************************** FILE ****************************************/ .file{