summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-05-13 16:03:55 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-05-13 16:03:55 +0000
commited08c0f7952e8c72827ac31846552a5608ec1290 (patch)
tree3caec13aed4c87f6d0819e828d97e36a9e3d024c
parentAllow easy apply last LPE used (diff)
downloadinkscape-ed08c0f7952e8c72827ac31846552a5608ec1290.tar.gz
inkscape-ed08c0f7952e8c72827ac31846552a5608ec1290.zip
Improve styling to messages on LPE dialog
-rw-r--r--share/ui/style.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 5a7522220..a57fa94d3 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -298,6 +298,12 @@ spinbutton undershoot {
padding: 15px;
}
+#LPEDialogSelector .lpeinfo {
+ padding: 12px;
+ background-color: @theme_selected_bg_color;
+ color: @theme_bg_color;
+}
+
#LPEExperimental image {
color: transparent;
}
@@ -432,4 +438,4 @@ combobox window.popup scrolledwindow treeview separator {}
#InkSpinScale spinbutton entry {
padding: 0;
outline-style: none;
-}
+} \ No newline at end of file