mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-05 22:44:22 +08:00
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:
commit
f0842389b2
1 changed files with 4 additions and 0 deletions
|
@ -1305,6 +1305,10 @@ table.dataTable {
|
||||||
tbody > tr > .selected {
|
tbody > tr > .selected {
|
||||||
background-color: $color-alto !important;
|
background-color: $color-alto !important;
|
||||||
color: $color-emperor !important;
|
color: $color-emperor !important;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $color-theme-primary !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sorting_desc,
|
.sorting_desc,
|
||||||
|
|
Loading…
Reference in a new issue