diff --git a/installer/resources/themes/susimail/dark/susimail.css b/installer/resources/themes/susimail/dark/susimail.css index 0077bb91646590a65968d096529653650dccb44c..23d2f3fd1509810e5d6cf5dd8a36786b26ea7149 100644 --- a/installer/resources/themes/susimail/dark/susimail.css +++ b/installer/resources/themes/susimail/dark/susimail.css @@ -193,12 +193,12 @@ input.download, input.lastpage { min-height: 22px; } -input.firstpage { +input.firstpage, input.list { background: #000 url('/themes/console/images/arrow_up.png') no-repeat 2px center; min-height: 22px; } -input.forward, input.login, input.nextpage, input.send { +input.forward, input.login, input.nextpage, input.send, input.next { background: #000 url('/themes/console/images/arrow_right.png') no-repeat 2px center; min-height: 22px; } @@ -218,7 +218,7 @@ input.new, input.reply, input.replyall { min-height: 22px; } -input.prevpage { +input.prevpage, input.prev { background: #000 url('/themes/console/images/arrow_left.png') no-repeat 2px center; min-height: 22px; } diff --git a/installer/resources/themes/susimail/light/susimail.css b/installer/resources/themes/susimail/light/susimail.css index fb65005fc43ccf59ce4a60fed40c4a8854bf8c2f..4c3822c9ac3da1e1ca0871c8c8e06d94caa01e75 100644 --- a/installer/resources/themes/susimail/light/susimail.css +++ b/installer/resources/themes/susimail/light/susimail.css @@ -180,13 +180,13 @@ input.download, input.lastpage { min-height: 22px; } -input.firstpage { +input.firstpage, input.list { background: #ddf url('/themes/console/images/arrow_up.png') no-repeat 4px center; padding: 2px 3px 2px 21px; min-height: 22px; } -input.forward, input.login, input.nextpage, input.send { +input.forward, input.login, input.nextpage, input.send, input.next { background: #ddf url('/themes/console/images/arrow_right.png') no-repeat 4px center; padding: 2px 3px 2px 21px; min-height: 22px; @@ -210,7 +210,7 @@ input.new, input.reply, input.replyall { min-height: 22px; } -input.prevpage { +input.prevpage, input.prev { background: #ddf url('/themes/console/images/arrow_left.png') no-repeat 4px center; padding: 2px 3px 2px 21px; min-height: 22px;