summaryrefslogtreecommitdiffstats
path: root/sonar-colorizer/src
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-colorizer/src')
-rw-r--r--sonar-colorizer/src/main/resources/sonar-colorizer.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/sonar-colorizer/src/main/resources/sonar-colorizer.css b/sonar-colorizer/src/main/resources/sonar-colorizer.css
index 33813f45051..7e1b47f87d3 100644
--- a/sonar-colorizer/src/main/resources/sonar-colorizer.css
+++ b/sonar-colorizer/src/main/resources/sonar-colorizer.css
@@ -64,17 +64,15 @@
font-weight: normal;
}
-.highlightable {
- /*text-decoration: underline;*/
- /*color: #0000AA;*/
+.sym {
cursor: hand; cursor: pointer;
}
-.highlightable:hover {
+.sym:hover {
background-color: #ff8c00;
}
.highlighted {
- background-color: yellow;
+ background-color: #B3D4FF;
}