From: simonbrandhof Date: Mon, 14 Mar 2011 15:36:49 +0000 (+0100) Subject: Change CSS of GWT resource viewers in order to match RoR resource viewers X-Git-Tag: 2.7~46 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=62ca0c46b1a4e5a17e3a6d19d1b461d8a2ddd1f2;p=sonarqube.git Change CSS of GWT resource viewers in order to match RoR resource viewers --- 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;