Define some more dialog button icons

pull/5742/merge
Aleksander Machniak 8 years ago
parent 9a670b9c1b
commit a00b0e97a5

@ -73,9 +73,19 @@ button.btn {
&.restore:before {
content: @fa-var-undo;
}
&.send:before {
content: @fa-var-paper-plane;
}
&.attach:before {
content: @fa-var-paperclip;
}
&.close:before,
&.cancel:before {
content: @fa-var-close;
}
&.mark:before {
/* TODO: "Mark all as read" icon */
}
}
a.button.icon {

Loading…
Cancel
Save