diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-17 14:27:47 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-17 14:27:47 +0200 |
commit | 2e4f7f3f6771377842e96619b902cf6097401def (patch) | |
tree | ddaab19549fe33e1bb0ef5ff02275483a294a806 /sonar-colorizer/src | |
parent | 50fc5d44f07c714aea2720740ad547fd41dc0a16 (diff) | |
download | sonarqube-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.css | 4 |
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 { |