diff --git a/apps/susimail/src/themes/dark/susimail.css b/apps/susimail/src/themes/dark/susimail.css index 1c90ad1e8..c4417c68e 100644 --- a/apps/susimail/src/themes/dark/susimail.css +++ b/apps/susimail/src/themes/dark/susimail.css @@ -1146,6 +1146,56 @@ input.refresh { padding-left: 30px !important; } +input.reply { + background: url(../images/reply.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.replyall { + background: url(../images/reply-all.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.forward { + background: url(../images/forward.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.saveas { + background: url(../images/save.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.delete, input.delete_attachment, input.really_delete { + background: url(/themes/console/images/buttons/delete.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.prev { + background: url(images/previous.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.next { + background: url(images/next.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.moveto, input.list { + background: url(images/folder.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.markall { + background: url(../images/selection.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + +input.clearselection { + background: url(../images/none.png) 8px center no-repeat, #1F1A24 !important;; + padding-left: 30px !important; +} + a.mailhelp { background: url(images/help.png) 8px center no-repeat, #1F1A24 !important; padding-left: 30px !important; diff --git a/apps/susimail/src/themes/light/susimail.css b/apps/susimail/src/themes/light/susimail.css index 19af80d60..f80364759 100644 --- a/apps/susimail/src/themes/light/susimail.css +++ b/apps/susimail/src/themes/light/susimail.css @@ -678,12 +678,12 @@ input.show:hover { } input.markall { - background: #eee url(images/book.png) no-repeat 6px center; + background: #eee url(../images/selection.png) no-repeat 6px center; padding: 5px 7px 5px 24px; } input.markall:hover { - background: #fff url(images/book.png) no-repeat 6px center; + background: #fff url(../images/selection.png) no-repeat 6px center; } input.new {