/*
Copyright 2020 EKM Global Limited.
*/
/*
    Overrides some visual styles in EKMWebLib tableSorter.css

    Created on : 31-Jan-2020, 13:37:20
    Author     : Matt Voysey
*/

tr.sorterrow.activated {
    color: #144B88;
}
tr.sorterrow.activated td,
tr.sorterrow.activated th {
    border: none;
}
tr.sorterrow.activated td.desc,
tr.sorterrow.activated th.desc,
tr.sorterrow.activated td.asc,
tr.sorterrow.activated th.asc {
    background-color: white;
}
tr.sorterrow.activated th.sortHover,
tr.sorterrow.activated td.sortHover {
    border: none;
    color: #00c;
    background-color: white;
}
