ui: Uses the default cursor instead of a pointer for upstream rows (#5785)
This commit is contained in:
parent
54548d5ffd
commit
45bb711535
|
@ -0,0 +1,3 @@
|
|||
html.template-instance.template-show #upstreams table tr {
|
||||
cursor: default;
|
||||
}
|
Loading…
Reference in New Issue