change color of clickable nameswhen row is selected in datatables

This commit is contained in:
Mojca Lorber 2017-01-09 15:51:21 +01:00
parent 3f930ccfce
commit 510731bd4e

View file

@ -1305,6 +1305,10 @@ table.dataTable {
tbody > tr > .selected {
background-color: $color-alto !important;
color: $color-emperor !important;
a {
color: $color-theme-primary !important;
}
}
.sorting_desc,