|
@@ -326,6 +326,10 @@
|
|
|
.icon-external-link-sign:before { content: @icon-external-link-sign; }
|
|
|
.icon-share-sign:before { content: @icon-share-sign; }
|
|
|
|
|
|
+.icon-collapse:before { content: @icon-collapse; }
|
|
|
+.icon-collapse-top:before { content: @icon-collapse-top; }
|
|
|
+.icon-expand:before { content: @icon-expand; }
|
|
|
+
|
|
|
|
|
|
// aliases
|
|
|
.icon-power-off:before { content: @icon-off; }
|
|
@@ -334,3 +338,5 @@
|
|
|
.icon-rotate-left:before { content: @icon-undo; }
|
|
|
.icon-mail-reply:before { content: @icon-reply; }
|
|
|
.icon-star-half-full:before { content: @icon-star-half-empty; }
|
|
|
+.icon-unchecked:before { content: @icon-check-empty; }
|
|
|
+.icon-paperclip:before { content: @icon-paper-clip; }
|