summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-09-13 20:42:09 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-09-13 20:42:09 +0000
commitf409fc63dd3e5c4965c21049816a3fe53608cd99 (patch)
tree4b8312828d7e67590eed5b6c7b0ddfbdbda4d4e7 /share
parentFix bug applying powerclip/mask to non cliped/masked elements (diff)
downloadinkscape-f409fc63dd3e5c4965c21049816a3fe53608cd99.tar.gz
inkscape-f409fc63dd3e5c4965c21049816a3fe53608cd99.zip
Allow symbols dialog on dark theme
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css18
1 files changed, 5 insertions, 13 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 8aee47484..72649a1e5 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -171,20 +171,12 @@ combobox window.popup scrolledwindow treeview separator {
spinbutton undershoot {
outline-style : none;
}
-
-#dashCombo button{
- background-image:image(rgb(230,230,230));
- color:rgb(0,0,0);
-}
+#symbolsView,
+#markerCombo button,
+#markerCombo menu,
+#dashCombo button,
#dashCombo menu{
background-image:image(rgb(230,230,230));
color:rgb(0,0,0);
}
-#markerCombo button{
- background-image:image(rgb(230,230,230));
- color:rgb(0,0,0);
-}
-#markerCombo menu{
- background-image:image(rgb(230,230,230));
- color:rgb(0,0,0);
-}
+