Initial commit

This commit is contained in:
EliverLara
2018-08-10 21:21:51 -05:00
commit b669089099
461 changed files with 123998 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*************
* Expanders *
*************/
expander {
arrow {
min-width: 16px;
min-height: 16px;
-gtk-icon-source: -gtk-icontheme('pan-end-symbolic');
&:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
&:hover { color: lighten($fg_color,30%); } //only lightens the arrow
&:checked { -gtk-icon-source: -gtk-icontheme('pan-down-symbolic'); }
}
}