Change prev & next icons to common navigation icons

This commit is contained in:
Hadi Nategh 2018-03-26 17:24:11 +02:00
parent 7949d8b2fc
commit b9c1d602d7
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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