diff options
Diffstat (limited to 'sonar-server')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index 55d19caca73..2a1c36b11e7 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -808,7 +808,8 @@ span.rulename a:hover { background-color: #ECECEC; white-space: nowrap; text-align: right; - color: #777; + font-size: 85%; + color: #AAAAAA; border-right: 1px solid #DDD; padding: 0 3px; height: 14px; |