Change sprites for .headerSortUp and .headerSortDown to match original phpMyAdmin behavior
This commit is contained in:
parent
3217f24df0
commit
24ffd3e1d3
@ -279,10 +279,10 @@ button {
|
||||
img.sortableIcon { background-position: -1727px 0; }
|
||||
|
||||
/* Same as s_asc */
|
||||
th.headerSortUp img.sortableIcon { background-position: 0 -1445px; width: 11px; height: 9px; }
|
||||
th.headerSortUp img.sortableIcon { background-position: 0 -1528px; width: 11px; height: 9px; }
|
||||
|
||||
/* Same as s_desc */
|
||||
th.headerSortDown img.sortableIcon { background-position: 0 -1528px; width: 11px; height: 9px; }
|
||||
th.headerSortDown img.sortableIcon { background-position: 0 -1445px; width: 11px; height: 9px; }
|
||||
|
||||
/* Fix position */
|
||||
.ic_more { vertical-align: middle; }
|
||||
|
||||
@ -462,10 +462,10 @@ select[multiple] {
|
||||
img.sortableIcon { background-position: -1812px 0; }
|
||||
|
||||
/* Same as s_asc */
|
||||
th.headerSortUp img.sortableIcon { background-position: -1516px 0; }
|
||||
th.headerSortUp img.sortableIcon { background-position: 0 0; }
|
||||
|
||||
/* Same as s_desc */
|
||||
th.headerSortDown img.sortableIcon { background-position: 0 0; }
|
||||
th.headerSortDown img.sortableIcon { background-position: -1516px 0; }
|
||||
|
||||
/* Fix position */
|
||||
.ic_more { vertical-align: middle; }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user