From 3fd039aa2231f69f44830d32fd3ea87910621040 Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Mon, 13 May 2019 18:14:12 +0200 Subject: Another styling improvement --- share/ui/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/share/ui/style.css b/share/ui/style.css index a57fa94d3..97cd4f814 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -299,9 +299,11 @@ spinbutton undershoot { } #LPEDialogSelector .lpeinfo { - padding: 12px; - background-color: @theme_selected_bg_color; - color: @theme_bg_color; + padding: 8px; + background-color: @theme_selected_fg_color; + color: @theme_selected_bg_color; + margin: 10px 10px 0px 10px; + border-radius: 5px; } #LPEExperimental image { -- cgit v1.2.3