From 62ca0c46b1a4e5a17e3a6d19d1b461d8a2ddd1f2 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 14 Mar 2011 16:36:49 +0100 Subject: [PATCH] Change CSS of GWT resource viewers in order to match RoR resource viewers --- sonar-server/src/main/webapp/stylesheets/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.5