diff options
Diffstat (limited to 'share/ui/style.css')
| -rw-r--r-- | share/ui/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css index 58109d778..4f7c54ac4 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -408,3 +408,9 @@ combobox window.popup scrolledwindow treeview separator { padding : 0 ; outline-style : none; } + +/*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;} + |
