Merge pull request #396 from mlorb/ml_sci_851

Change color of clickable names when row is selected in datatables [SCI-851]
This commit is contained in:
mlorb 2017-01-11 11:21:31 +01:00 committed by GitHub
commit f0842389b2

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,