Line 59: | Line 59: | ||
/* this is the icon for when the content is collapsed */ | /* this is the icon for when the content is collapsed */ | ||
.plus::before { | .plus::before { | ||
− | content: " | + | content: "▾"; |
} | } | ||
/* this is the icon for when the content is expanded */ | /* this is the icon for when the content is expanded */ | ||
.less::before { | .less::before { | ||
− | content: " | + | content: "▾"; |
} | } | ||
Revision as of 09:11, 29 July 2016