diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 01e8711143..39c19e5662 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3736,7 +3736,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/left-grey.png); + background-image: url(../images/back.png); background-repeat: no-repeat; background-position: center; background-size: 16px; @@ -3751,7 +3751,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/right-grey.png); + background-image: url(../images/forward.png); background-repeat: no-repeat; background-position: center; background-size: 16px; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 81aa0d1820..1ada57eb20 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -3725,7 +3725,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/left-grey.png); + background-image: url(../images/back.png); background-repeat: no-repeat; background-position: center; background-size: 16px; @@ -3740,7 +3740,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/right-grey.png); + background-image: url(../images/forward.png); background-repeat: no-repeat; background-position: center; background-size: 16px; diff --git a/pixelegg/less/layout_messages.less b/pixelegg/less/layout_messages.less index 91213c8d2d..2135e62399 100755 --- a/pixelegg/less/layout_messages.less +++ b/pixelegg/less/layout_messages.less @@ -171,7 +171,7 @@ float: right; width: 24px; height: 24px; - background-image: url(../images/left-grey.png); + background-image: url(../images/back.png); background-repeat: no-repeat; background-position: center; background-size: 16px; @@ -183,7 +183,7 @@ float: right; width: 24px; height: 24px; - background-image: url(../images/right-grey.png); + background-image: url(../images/forward.png); background-repeat: no-repeat; background-position: center; background-size: 16px; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 9b0edcf142..6c8cfd515b 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -3747,7 +3747,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/left-grey.png); + background-image: url(../images/back.png); background-repeat: no-repeat; background-position: center; background-size: 16px; @@ -3762,7 +3762,7 @@ td.lettersearch { float: right; width: 24px; height: 24px; - background-image: url(../images/right-grey.png); + background-image: url(../images/forward.png); background-repeat: no-repeat; background-position: center; background-size: 16px;