From 8a31f67b42bedc63ae20881ab2fa62ade97fbee7 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Tue, 19 Feb 2019 21:05:20 +0100 Subject: [PATCH] :lipstick: Fix display of element select and options --- .../styles/main/partials/sidebar-element-options.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/resources/styles/main/partials/sidebar-element-options.scss b/frontend/resources/styles/main/partials/sidebar-element-options.scss index 6625e519c6..e163222199 100644 --- a/frontend/resources/styles/main/partials/sidebar-element-options.scss +++ b/frontend/resources/styles/main/partials/sidebar-element-options.scss @@ -206,6 +206,11 @@ color: darken($intense-ui-text, 8%); } + option { + color: $intense-ui-text; + background: $secondary-ui-bg; + font-size: $fs12; + } } span { @@ -265,11 +270,13 @@ top: 0; left: 0; border: none; - color: $color-white; + color: transparent; + background-color: transparent; width: 100%; option { color: $intense-ui-text; + background: $secondary-ui-bg; font-size: $fs12; } } @@ -278,7 +285,7 @@ .color-th { background-color: $color-gray-lighter; - border: 1px solid #aaa; + border: 1px solid $intense-ui-border; border-radius: 50%; cursor: pointer; flex-shrink: 0;