]> source.dussan.org Git - sonarqube.git/commitdiff
increase contract of leak period background
authorStas Vilchik <vilchiks@gmail.com>
Wed, 9 Dec 2015 14:46:56 +0000 (15:46 +0100)
committerStas Vilchik <vilchiks@gmail.com>
Wed, 9 Dec 2015 15:29:49 +0000 (16:29 +0100)
server/sonar-web/src/main/js/apps/overview/components/timeline-chart.js
server/sonar-web/src/main/less/pages/overview.less

index e82f5a3c457f0cdaa3c4f9835e70f30614e556af..83b0f711b6b4a3a0500d0101f5a3174cfb2a2d73 100644 (file)
@@ -111,7 +111,7 @@ export const Timeline = React.createClass({
       y: _.last(yScale.range()),
       width: xScale.range()[1] - xScale(this.props.leakPeriodDate),
       height: _.first(yScale.range()) - _.last(yScale.range()),
-      fill: '#fffae7'
+      fill: '#fbf3d5'
     };
     return <rect {...opts}/>;
   },
index 2debae833ce4d5738963d6add4177b66c60fd46d..2c283b1fefe0ff62d00f3f99dd788025a6bcade0 100644 (file)
 
 .overview-domain-leak {
   flex: 1;
-  background-color: #fffae7;
+  background-color: #fbf3d5;
 
   .line-chart-backdrop {
-    fill: #f1ecd1;
+    fill: #efe7b8;
   }
 }
 
   .overview-domain-leak-title {
     padding: 0 10px;
     border: 1px solid @barBorderColor;
-    background: #fffae7;
+    background: #fbf3d5;
   }
 }
 
 
 .overview-detailed-measure-leak {
   flex: 1;
-  background-color: #fffae7;
+  background-color: #fbf3d5;
   text-align: center;
 }
 
   }
 
   .line-chart-backdrop {
-    fill: #fffae7;
+    fill: #fbf3d5;
   }
 
   .line-chart-tick {
 }
 
 .overview-leak {
-  background-color: #fffae7;
+  background-color: #fbf3d5;
 }
 
 /*