SusiMail: Add icons to the buttons that were missing them (dark theme)

Change mark-all icon (light theme)
This commit is contained in:
zzz
2022-10-19 13:05:50 -04:00
parent bed4563257
commit f83f467b28
2 changed files with 52 additions and 2 deletions

View File

@ -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;

View File

@ -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 {