forked from I2P_Developers/i2p.i2p
SusiMail: Add icons to the buttons that were missing them (dark theme)
Change mark-all icon (light theme)
This commit is contained in:
@ -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;
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user