Adjust color of links on the multi-tracker.
This commit is contained in:
parent
63fda9535a
commit
ed77f93b6f
|
@ -13,6 +13,12 @@ html{
|
||||||
width: calc(100% - 1rem);
|
width: calc(100% - 1rem);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tracker-wrapper a{
|
||||||
|
color: #234ae4;
|
||||||
|
text-decoration: none;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.table-wrapper{
|
.table-wrapper{
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
|
Loading…
Reference in New Issue