diff --git a/public_html/skins/default/style.css b/public_html/skins/default/style.css --- a/public_html/skins/default/style.css +++ b/public_html/skins/default/style.css @@ -135,13 +135,13 @@ } table.list.tree td span.expando:before { - content: "\f146"; + content: "\f0fe"; font-size: 1rem; font-weight: normal; } table.list.tree tr.expanded td span.expando:before { - content: "\f0fe"; + content: "\f146"; font-size: 1rem; font-weight: normal; } @@ -921,4 +921,4 @@ body.signup #message { top: 55px; -} \ No newline at end of file +}