More pan arrow icons
These added icons will be used by other GTK themes for expander and combobox arrows.
@ -1 +0,0 @@
|
||||
pan-end.png
|
Before Width: | Height: | Size: 11 B After Width: | Height: | Size: 1.2 KiB |
BIN
Icons/Chicago95/actions/16/pan-end-symbolic.png
Normal file
Before Width: | Height: | Size: 11 B After Width: | Height: | Size: 1.2 KiB |
@ -1 +0,0 @@
|
||||
pan-left.png
|
Before Width: | Height: | Size: 12 B After Width: | Height: | Size: 444 B |
BIN
Icons/Chicago95/actions/16/pan-left-symbolic.png
Normal file
Before Width: | Height: | Size: 12 B After Width: | Height: | Size: 444 B |
@ -1 +0,0 @@
|
||||
pan-start.png
|
Before Width: | Height: | Size: 13 B After Width: | Height: | Size: 444 B |
BIN
Icons/Chicago95/actions/16/pan-start-symbolic.png
Normal file
Before Width: | Height: | Size: 13 B After Width: | Height: | Size: 444 B |
@ -1 +0,0 @@
|
||||
pan-up.png
|
Before Width: | Height: | Size: 10 B After Width: | Height: | Size: 436 B |
BIN
Icons/Chicago95/actions/16/pan-up-symbolic.png
Normal file
Before Width: | Height: | Size: 10 B After Width: | Height: | Size: 436 B |
@ -183,15 +183,15 @@ expander arrow {
|
||||
|
||||
treeview.view.expander {
|
||||
-gtk-icon-palette: default;
|
||||
-gtk-icon-source: -gtk-icontheme('pan-right-symbolic'); }
|
||||
-gtk-icon-source: -gtk-icontheme('pan-show-symbolic'); }
|
||||
treeview.view.expander:selected {
|
||||
color: @selected_fg_color;
|
||||
-gtk-icon-source: -gtk-icontheme('pan-right-symbolic'); }
|
||||
-gtk-icon-source: -gtk-icontheme('pan-show-symbolic'); }
|
||||
treeview.view.expander:checked {
|
||||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
|
||||
-gtk-icon-source: -gtk-icontheme('pan-hide-symbolic'); }
|
||||
treeview.view.expander:checked:selected {
|
||||
color: @selected_fg_color;
|
||||
-gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
|
||||
-gtk-icon-source: -gtk-icontheme('pan-hide-symbolic'); }
|
||||
|
||||
/************
|
||||
* iconview *
|
||||
|