diff options
Diffstat (limited to 'share/ui/style.css')
| -rw-r--r-- | share/ui/style.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index bc931bb00..52be5a274 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -276,10 +276,14 @@ spinbutton undershoot { #LPEDialogSelector .lpeinfo { padding: 8px; - background-color: @theme_selected_fg_color; - color: @theme_selected_bg_color; - margin: 10px 10px 0px 10px; - border-radius: 5px; + background-color: @theme_bg_color; + color: @theme_selected_fg_color; + border-color: @theme_selected_bg_color; + border-style: solid; + margin: 0px 0px 10px 0px; + border-radius: 0px; + border-width: 0 0 1px 0; + padding:5px; } #LPEExperimental image { |
