summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/ui/style.css8
1 files 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 {