summaryrefslogtreecommitdiffstats
path: root/share/ui/style.css
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-09-23 05:57:09 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-09-23 05:57:09 +0000
commit6b65f5514fcb2ef41de9eb53e2c31867213db501 (patch)
treeef38c9f38b53c5a517f44e8e52218d5ff67c48b6 /share/ui/style.css
parentTry to improve match of image-rendering values to cairo filters (diff)
downloadinkscape-6b65f5514fcb2ef41de9eb53e2c31867213db501.tar.gz
inkscape-6b65f5514fcb2ef41de9eb53e2c31867213db501.zip
fix tooggled value and po glade fila added
Diffstat (limited to 'share/ui/style.css')
-rw-r--r--share/ui/style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 380b66078..bc931bb00 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -91,6 +91,10 @@ image {
-gtk-icon-style: regular;
}
+.regular .symbolic image {
+ -gtk-icon-style: symbolic;
+}
+
.inverted,
.dark .forcebright,
.bright .forcedark {
@@ -288,14 +292,14 @@ spinbutton undershoot {
color: @theme_fg_color;
}
-#LPEDialogSelector.LPEPackLess flowboxchild {
+#LPEDialogSelector.LPEPackMore flowboxchild {
margin:5px 1px 0px;
padding:3px 3px 10px 3px;
}
-#LPEDialogSelector.LPEPackLess flowboxchild label {
+#LPEDialogSelector.LPEPackMore flowboxchild label {
font-size:14px;
}
-#LPEDialogSelector.LPEPackLess #LPESelectorEffectInfoPop label{
+#LPEDialogSelector.LPEPackMore #LPESelectorEffectInfoPop label{
font-size:13px;
}