mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-22 21:15:35 +08:00
change color of clickable nameswhen row is selected in datatables
This commit is contained in:
parent
3f930ccfce
commit
510731bd4e
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue