]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7314 Improve readability of treemap widgets
authorStas Vilchik <vilchiks@gmail.com>
Mon, 18 Apr 2016 11:46:40 +0000 (13:46 +0200)
committerStas Vilchik <vilchiks@gmail.com>
Mon, 18 Apr 2016 11:46:40 +0000 (13:46 +0200)
server/sonar-web/src/main/less/components/graphics.less

index b78984ad29c6f45ee69279f56c0942f8e7ded245..ce0e1d18ccba1f91e0118e5cfc46be62de966f59 100644 (file)
@@ -199,6 +199,7 @@ text.max-results-reached-message {
   box-sizing: border-box;
   color: #fff;
   font-weight: 300;
+  text-shadow: 0 0 1px black;
   text-align: left;
   overflow: hidden;
   text-overflow: ellipsis;
@@ -212,6 +213,7 @@ text.max-results-reached-message {
   line-height: @iconSmallFontSize;
   color: #fff;
   opacity: 0.5;
+  text-shadow: 0 0 1px black;
   .link-no-underline;
 
   &:hover { opacity: 1; }