summaryrefslogtreecommitdiffstats
path: root/share/ui
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-09-27 19:49:13 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-27 19:49:13 +0000
commit871f635cd72862d635fe9b660e37f71a2f06ed25 (patch)
tree5a55114469472683decfd8bc489293af25c1f3b6 /share/ui
parentfixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ... (diff)
downloadinkscape-871f635cd72862d635fe9b660e37f71a2f06ed25.tar.gz
inkscape-871f635cd72862d635fe9b660e37f71a2f06ed25.zip
Fix LPE dialog style in info
Diffstat (limited to 'share/ui')
-rw-r--r--share/ui/style.css12
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 {