remove href from port name link to discourage bookmarking

This commit is contained in:
Oliver Gorwits
2012-02-22 22:47:18 +00:00
parent c2994bdc4f
commit a54bcba22c
2 changed files with 6 additions and 1 deletions

View File

@@ -164,6 +164,11 @@ so that its tooltip takes prescedence over the field tooltip */
padding: 6px;
}
/* link port name to restricted search */
.this_port_only {
cursor: pointer;
}
/* change highlighting for form fields which are being used in a search */
form .clearfix.success select {
background-color: #A9DBA9;