From 79f7d29df978ff752b1afef6ae5c5877f1abdc00 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Tue, 19 Feb 2019 22:42:00 +0100 Subject: [PATCH] :lipstick: Set option background in dashboard --- frontend/resources/styles/main/partials/dashboard-bar.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/resources/styles/main/partials/dashboard-bar.scss b/frontend/resources/styles/main/partials/dashboard-bar.scss index 755eefa1e..b2d32457d 100644 --- a/frontend/resources/styles/main/partials/dashboard-bar.scss +++ b/frontend/resources/styles/main/partials/dashboard-bar.scss @@ -37,6 +37,11 @@ margin-bottom: 0; margin-left: $medium; padding: 3px 25px 3px 3px; + + option { + color: $intense-ui-text; + background: $secondary-ui-bg; + } } }