mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +02:00
Merge pull request #368 from 1chan-level-journalist/master
Brought back treeview expansion symbols
This commit is contained in:
commit
7768855446
BIN
Icons/Chicago95/actions/16/treeview-closed-inverted.png
Normal file
BIN
Icons/Chicago95/actions/16/treeview-closed-inverted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
Icons/Chicago95/actions/16/treeview-closed.png
Normal file
BIN
Icons/Chicago95/actions/16/treeview-closed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
BIN
Icons/Chicago95/actions/16/treeview-opened-inverted.png
Normal file
BIN
Icons/Chicago95/actions/16/treeview-opened-inverted.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
BIN
Icons/Chicago95/actions/16/treeview-opened.png
Normal file
BIN
Icons/Chicago95/actions/16/treeview-opened.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Binary file not shown.
@ -60,3 +60,9 @@ treeview.view image {
|
||||
treeview.view.separator {
|
||||
min-height: 8px;
|
||||
color: @border_dark; }
|
||||
|
||||
/* This adds expand symbols to treeview */
|
||||
treeview.view.expander { -gtk-icon-source: -gtk-icontheme("treeview-closed"); }
|
||||
treeview.view.expander:selected { -gtk-icon-source: -gtk-icontheme("treeview-closed-inverted"); }
|
||||
treeview.view.expander:checked { -gtk-icon-source: -gtk-icontheme("treeview-opened"); }
|
||||
treeview.view.expander:checked:selected { -gtk-icon-source: -gtk-icontheme("treeview-opened-inverted"); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user