diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-24 12:18:04 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-04-24 12:18:04 +0200 |
commit | 7c1aab8ce34614c06904f1dce7fafd4b3e52c0bc (patch) | |
tree | b04674838158c6dd97586fe9586434cdc6007bb3 /sonar-colorizer/src | |
parent | bae0515e253b0f793396825b2229ac110c34d808 (diff) | |
download | sonarqube-7c1aab8ce34614c06904f1dce7fafd4b3e52c0bc.tar.gz sonarqube-7c1aab8ce34614c06904f1dce7fafd4b3e52c0bc.zip |
SONAR-3893 Fixed issue related to coverage data filtering
Diffstat (limited to 'sonar-colorizer/src')
-rw-r--r-- | sonar-colorizer/src/main/resources/sonar-colorizer.css | 8 |
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; } |