Index: tools/profview/profview.css |
diff --git a/tools/profview/profview.css b/tools/profview/profview.css |
index f71a9a94a6f5c0878fff258f79cd910e14e7aace..106bfe288502a24178bf5db39dab4aadf7e824d8 100644 |
--- a/tools/profview/profview.css |
+++ b/tools/profview/profview.css |
@@ -34,6 +34,11 @@ span.code-type-chip-space { |
display : inline-block; |
} |
+span.codeid-link { |
+ text-decoration: underline; |
+ cursor: pointer; |
+} |
+ |
div.mode-button { |
padding: 1em 3em; |
display: inline-block; |