From 212b8ccbb968d8798ada6c50520848a43b0e94af Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 6 Oct 2010 17:30:52 +0000 Subject: [PATCH] minor update of the CSS class .background-gray --- sonar-server/src/main/webapp/stylesheets/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/style.css b/sonar-server/src/main/webapp/stylesheets/style.css index e986ba12579..5f7900bcd32 100644 --- a/sonar-server/src/main/webapp/stylesheets/style.css +++ b/sonar-server/src/main/webapp/stylesheets/style.css @@ -922,9 +922,9 @@ ul.operations li a { /* ------------------- BOXES ------------------- */ .box { border: 1px solid silver; - background-color: #efefef; + background-color: #f4f4f4; margin-bottom: 5px; - color: #555; + color: #444; padding: 10px; } @@ -1429,7 +1429,7 @@ table.nowrap td, td.nowrap { } .background-gray { background-color: #f4f4f4; - color: #555; + color: #444; } /* CONFIGURATION OF Q PROFILES */ -- 2.39.5