Index: tools/turbolizer/turbo-visualizer.css |
diff --git a/tools/turbolizer/turbo-visualizer.css b/tools/turbolizer/turbo-visualizer.css |
index 05ec1cf173e30cd6ffb81ac318c2e35e7f81978d..e30d73ab01f9129a9dda63c117de99febeffa9be 100644 |
--- a/tools/turbolizer/turbo-visualizer.css |
+++ b/tools/turbolizer/turbo-visualizer.css |
@@ -282,6 +282,7 @@ span.linkable-text:hover { |
#graph-toolbox-anchor { |
height: 0px; |
+ |
} |
#graph-toolbox { |
@@ -295,6 +296,16 @@ span.linkable-text:hover { |
background: rgba(100%, 100%, 100%, 0.7); |
} |
+#disassembly-toolbox { |
+ position: relative; |
+ top: 1em; |
+ left: 0.7em; |
+ border: 2px solid #eee8d5; |
+ border-radius: 5px; |
+ padding: 0.7em; |
+ z-index: 5; |
+} |
+ |
#load-file { |
position: absolute; |
top: 0; |
@@ -311,7 +322,18 @@ span.linkable-text:hover { |
padding: 0.5em; |
} |
-#hidden-file-upload{ |
+#hidden-file-upload { |
display: none; |
} |
+.prof-low { |
+ color: #888; |
+} |
+ |
+.prof-med { |
+ color: #080; |
+} |
+ |
+.prof-high { |
+ color: #800; |
+} |