Участник:Heidenlarm/vector.css: различия между версиями

Материал из Wild Terra 2 Wiki
Перейти к навигации Перейти к поиску
Содержимое добавлено Содержимое удалено
(Новая страница: «.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort { background-image: url(/w/resourc...»)
 
Нет описания правки
Строка 1: Строка 1:
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
background-image: url(/w/resources/src/jquery.tablesorter.styles/images/sort_both.svg?6b5ca);
background-image: url(https://img.icons8.com/android/12/ffffff/sort.png);
cursor: pointer;
cursor: pointer;
background-repeat: no-repeat;
background-repeat: no-repeat;

Версия от 22:18, 17 мая 2021

.client-js .sortable:not(.jquery-tablesorter) > * > tr:first-child > th:not(.unsortable), .jquery-tablesorter th.headerSort {
    background-image: url(https://img.icons8.com/android/12/ffffff/sort.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 21px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}