2019-11-25 18:45:10 +00:00
|
|
|
/* TODO: need to standardize on the selectors used here */
|
|
|
|
/* I would guess at the time of writing this we shojuld prefer */
|
|
|
|
/* classes */
|
2019-07-05 08:07:25 +00:00
|
|
|
html.template-instance.template-show #addresses table tr,
|
2019-08-02 11:53:52 +00:00
|
|
|
html.template-instance.template-show #upstreams table tr,
|
2019-11-25 18:45:10 +00:00
|
|
|
html.template-instance.template-show #meta-data table tr,
|
|
|
|
html.template-instance.template-show table.exposedpaths tr {
|
2019-05-07 13:09:57 +00:00
|
|
|
cursor: default;
|
|
|
|
}
|