summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-03-27 17:28:03 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-03-27 17:28:03 +0000
commitd0c039f10b282f3c1c6f61794872c1b097cdfb42 (patch)
tree524ee769bc0c071deccdb6534ad4ed9e8b2318b1 /share
parentAdd window class along dark/bright to mark APP is using symbolic icons or reg... (diff)
downloadinkscape-d0c039f10b282f3c1c6f61794872c1b097cdfb42.tar.gz
inkscape-d0c039f10b282f3c1c6f61794872c1b097cdfb42.zip
Remove the expander code. Retain only for LPE default settings
Diffstat (limited to 'share')
-rw-r--r--share/icons/Tango/scalable/actions/contract.svg (renamed from share/icons/Tango/scalable/actions/contract-symbolic.svg)0
-rw-r--r--share/icons/Tango/scalable/actions/expand.svg (renamed from share/icons/Tango/scalable/actions/expand-symbolic.svg)0
-rw-r--r--share/icons/hicolor/scalable/actions/contract.svg (renamed from share/icons/hicolor/scalable/actions/contract-symbolic.svg)0
-rw-r--r--share/icons/hicolor/scalable/actions/expand.svg (renamed from share/icons/hicolor/scalable/actions/expand-symbolic.svg)0
-rw-r--r--share/ui/style.css9
5 files changed, 5 insertions, 4 deletions
diff --git a/share/icons/Tango/scalable/actions/contract-symbolic.svg b/share/icons/Tango/scalable/actions/contract.svg
index de48f30ef..de48f30ef 100644
--- a/share/icons/Tango/scalable/actions/contract-symbolic.svg
+++ b/share/icons/Tango/scalable/actions/contract.svg
diff --git a/share/icons/Tango/scalable/actions/expand-symbolic.svg b/share/icons/Tango/scalable/actions/expand.svg
index a4fa697bf..a4fa697bf 100644
--- a/share/icons/Tango/scalable/actions/expand-symbolic.svg
+++ b/share/icons/Tango/scalable/actions/expand.svg
diff --git a/share/icons/hicolor/scalable/actions/contract-symbolic.svg b/share/icons/hicolor/scalable/actions/contract.svg
index de48f30ef..de48f30ef 100644
--- a/share/icons/hicolor/scalable/actions/contract-symbolic.svg
+++ b/share/icons/hicolor/scalable/actions/contract.svg
diff --git a/share/icons/hicolor/scalable/actions/expand-symbolic.svg b/share/icons/hicolor/scalable/actions/expand.svg
index a4fa697bf..a4fa697bf 100644
--- a/share/icons/hicolor/scalable/actions/expand-symbolic.svg
+++ b/share/icons/hicolor/scalable/actions/expand.svg
diff --git a/share/ui/style.css b/share/ui/style.css
index 4f7c54ac4..78fc3877c 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -410,7 +410,8 @@ combobox window.popup scrolledwindow treeview separator {
}
/*https://stackoverflow.com/questions/50076541/override-icons-used-in-the-tree-view */
-treeview.view.expander, expander arrow {-gtk-icon-source: -gtk-icontheme("expand-symbolic");margin-right:4px;}
-treeview.view.expander:checked, expander arrow:checked {-gtk-icon-source: -gtk-icontheme("contract-symbolic");}
-treeview.view.expander:dir(rtl), expander:dir(rtl) arrow { margin-left:4px; margin-right:0;}
-
+.symbolic treeview.view.bigexpander,.symbolic .bigexpander arrow {-gtk-icon-source: -gtk-icontheme("expand-symbolic");margin-right:4px;}
+.symbolic treeview.view.bigexpander:checked,.symbolic .bigexpander arrow:checked {-gtk-icon-source: -gtk-icontheme("contract-symbolic");}
+.regular treeview.view.bigexpander,.regular .bigexpander arrow {-gtk-icon-source: -gtk-icontheme("expand");margin-right:4px;}
+.regular treeview.view.bigexpander:checked,.regular .bigexpander arrow:checked {-gtk-icon-source: -gtk-icontheme("contract");}
+treeview.view.bigexpander:dir(rtl), .bigexpander:dir(rtl) arrow { margin-left:4px; margin-right:0;}