aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-colorizer/src
diff options
context:
space:
mode:
authorJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-04-17 14:27:47 +0200
committerJean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com>2013-04-17 14:27:47 +0200
commit2e4f7f3f6771377842e96619b902cf6097401def (patch)
treeddaab19549fe33e1bb0ef5ff02275483a294a806 /sonar-colorizer/src
parent50fc5d44f07c714aea2720740ad547fd41dc0a16 (diff)
downloadsonarqube-2e4f7f3f6771377842e96619b902cf6097401def.tar.gz
sonarqube-2e4f7f3f6771377842e96619b902cf6097401def.zip
SONAR-3893 Ajusted CSS for symbols highlighting
Diffstat (limited to 'sonar-colorizer/src')
-rw-r--r--sonar-colorizer/src/main/resources/sonar-colorizer.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/sonar-colorizer/src/main/resources/sonar-colorizer.css b/sonar-colorizer/src/main/resources/sonar-colorizer.css
index fa1222577b7..fb2bb3a6d41 100644
--- a/sonar-colorizer/src/main/resources/sonar-colorizer.css
+++ b/sonar-colorizer/src/main/resources/sonar-colorizer.css
@@ -65,7 +65,9 @@
}
.highlightable {
- background-color: #a5c2ee;
+ text-decoration: underline;
+ color: #0000AA;
+ cursor: hand; cursor: pointer;
}
.highlighted {