diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-02-04 18:36:48 +0600 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-02-04 18:36:48 +0600 |
commit | 12a148b3c51b9a0954a4e33bfc1efb176c67d61f (patch) | |
tree | a505275a5bc64097af6d65cfe4635c59ca73ee50 /sonar-server/src/main/webapp/stylesheets/navigator.css | |
parent | fccf15b7db9a7a91e0bf2ff37cfe82ea33fd82f3 (diff) | |
download | sonarqube-12a148b3c51b9a0954a4e33bfc1efb176c67d61f.tar.gz sonarqube-12a148b3c51b9a0954a4e33bfc1efb176c67d61f.zip |
New Issues Page: change background
Diffstat (limited to 'sonar-server/src/main/webapp/stylesheets/navigator.css')
-rw-r--r-- | sonar-server/src/main/webapp/stylesheets/navigator.css | 2 |
1 files changed, 1 insertions, 1 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 { |