From a00b0e97a50d99b82c5b694616d2013b9eabaf4c Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 21 Apr 2017 18:06:08 +0200 Subject: [PATCH] Define some more dialog button icons --- skins/elastic/styles/widgets/buttons.less | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skins/elastic/styles/widgets/buttons.less b/skins/elastic/styles/widgets/buttons.less index 3d55ef1d4..826cc7fd9 100644 --- a/skins/elastic/styles/widgets/buttons.less +++ b/skins/elastic/styles/widgets/buttons.less @@ -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 {