From 12a148b3c51b9a0954a4e33bfc1efb176c67d61f Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Tue, 4 Feb 2014 18:36:48 +0600 Subject: [PATCH] New Issues Page: change background --- sonar-server/src/main/webapp/stylesheets/navigator.css | 2 +- sonar-server/src/main/webapp/stylesheets/navigator/base.css | 2 +- sonar-server/src/main/webapp/stylesheets/navigator/base.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sonar-server/src/main/webapp/stylesheets/navigator.css b/sonar-server/src/main/webapp/stylesheets/navigator.css index 1656f236e5a..6f5fe51ae76 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator.css @@ -274,7 +274,7 @@ padding: 0 10px 0 0; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; - background-color: #ffffff; + background-color: #efefef; font-size: 11px; } .navigator-actions strong { diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.css b/sonar-server/src/main/webapp/stylesheets/navigator/base.css index 3410beaacbb..83790e07657 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/base.css +++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.css @@ -274,7 +274,7 @@ padding: 0 10px 0 0; border-right: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; - background-color: #ffffff; + background-color: #efefef; font-size: 11px; } .navigator-actions strong { diff --git a/sonar-server/src/main/webapp/stylesheets/navigator/base.less b/sonar-server/src/main/webapp/stylesheets/navigator/base.less index d86f0b31396..7d1f3b49fb2 100644 --- a/sonar-server/src/main/webapp/stylesheets/navigator/base.less +++ b/sonar-server/src/main/webapp/stylesheets/navigator/base.less @@ -330,7 +330,7 @@ border-right: 1px solid @navigatorBorderLightColor; border-bottom: 1px solid @navigatorBorderLightColor; - background-color: @white; + background-color: @navigatorBarBackground; font-size: @smallFontSize; strong { font-weight: bold; } -- 2.39.5