diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-13 16:14:12 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-05-13 16:14:12 +0000 |
| commit | 3fd039aa2231f69f44830d32fd3ea87910621040 (patch) | |
| tree | c8c9908a3974964766f88a15869173c0c2333a28 /share | |
| parent | Improve styling to messages on LPE dialog (diff) | |
| download | inkscape-3fd039aa2231f69f44830d32fd3ea87910621040.tar.gz inkscape-3fd039aa2231f69f44830d32fd3ea87910621040.zip | |
Another styling improvement
Diffstat (limited to 'share')
| -rw-r--r-- | share/ui/style.css | 8 |
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 { |
