From: Stas Vilchik Date: Tue, 4 Feb 2014 12:36:48 +0000 (+0600) Subject: New Issues Page: change background X-Git-Tag: 4.2~270 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=12a148b3c51b9a0954a4e33bfc1efb176c67d61f;p=sonarqube.git New Issues Page: change background --- 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; }