diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-27 19:49:13 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-09-27 19:49:13 +0000 |
| commit | 871f635cd72862d635fe9b660e37f71a2f06ed25 (patch) | |
| tree | 5a55114469472683decfd8bc489293af25c1f3b6 /share/ui/style.css | |
| parent | fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ... (diff) | |
| download | inkscape-871f635cd72862d635fe9b660e37f71a2f06ed25.tar.gz inkscape-871f635cd72862d635fe9b660e37f71a2f06ed25.zip | |
Fix LPE dialog style in info
Diffstat (limited to '')
| -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 { |
