More actions
No edit summary |
Fix tablesort icon colours. |
||
| Line 52: | Line 52: | ||
.mw-content-ltr .redirectText li { | .mw-content-ltr .redirectText li { | ||
background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2220%22 viewBox=%220 0 42 20%22%3E %3Cpath fill=%22%23ccc%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M11 10h17.064%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23 6l8 4-8 4z%22/%3E %3C/svg%3E") | background-image: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2242%22 height=%2220%22 viewBox=%220 0 42 20%22%3E %3Cpath fill=%22%23ccc%22 stroke=%22%23ccc%22 stroke-miterlimit=%2210%22 stroke-width=%222%22 d=%22M11 10h17.064%22/%3E %3Cpath fill=%22%23ccc%22 d=%22M23 6l8 4-8 4z%22/%3E %3C/svg%3E") | ||
} | |||
.client-js .sortable:not(.jquery-tablesorter) > thead > :last-of-type > th:not(.unsortable), | |||
.jquery-tablesorter th.headerSort { | |||
background-image:url(/resources/src/jquery.tablesorter.styles/images/sort_both.png?8b01b); | |||
background-image:linear-gradient(transparent,transparent), | |||
url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%229%22 viewBox=%220 0 21 9%22%3E %3Cpath fill=%22%23ccc%22 d=%22M14.5 5l-4 4-4-4zm0-1l-4-4-4 4z%22/%3E %3C/svg%3E"); | |||
cursor:pointer; | |||
background-repeat:no-repeat; | |||
background-position:center right; | |||
padding-right:21px | |||
} | |||
.jquery-tablesorter th.headerSortUp { | |||
background-image:url(/resources/src/jquery.tablesorter.styles/images/sort_up.png?76242); | |||
background-image:linear-gradient(transparent,transparent), | |||
url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath fill=%22%23ccc%22 d=%22M6.5 4l4-4 4 4z%22/%3E %3C/svg%3E") | |||
} | |||
.jquery-tablesorter th.headerSortDown { | |||
background-image:url(/resources/src/jquery.tablesorter.styles/images/sort_down.png?3f399); | |||
background-image:linear-gradient(transparent,transparent), | |||
url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2221%22 height=%224%22 viewBox=%220 0 21 4%22%3E %3Cpath fill=%22%23ccc%22 d=%22M14.5 0l-4 4-4-4z%22/%3E %3C/svg%3E") | |||
} | } | ||