implement user settable layer-three service for pseudo devices

This commit is contained in:
Oliver Gorwits
2019-09-01 20:33:03 +01:00
parent a267efa3d8
commit 1ec1402e0c
3 changed files with 38 additions and 1 deletions

View File

@@ -245,6 +245,13 @@ td > form.nd_inline-form {
text-decoration: none;
}
/* badge for pseudo devices layer three toggle */
.nd_layer-three-link {
text-decoration: none !important;
display: inline-block;
margin-left: -4px;
}
/* for the job control admin page play/pause links */
#nd_countdown-refresh:hover, #nd_countdown-control:hover {
text-decoration: none;