Commit b787540f71a3a7e68e940f39e7c903b0214a80e3

Authored by Dmitriy Zaporozhets
1 parent caa876af

Change diff header bg

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 3 additions and 9 deletions   Show diff stats
app/assets/stylesheets/sections/diff.scss
@@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
4 4
5 .diff-header { 5 .diff-header {
6 @extend .clearfix; 6 @extend .clearfix;
7 - background: #DDD; 7 + background: #EEE;
8 border-bottom: 1px solid #CCC; 8 border-bottom: 1px solid #CCC;
9 padding: 5px 5px 5px 10px; 9 padding: 5px 5px 5px 10px;
10 color: #555; 10 color: #555;
@@ -77,7 +77,7 @@ @@ -77,7 +77,7 @@
77 margin: 0px; 77 margin: 0px;
78 padding: 0px; 78 padding: 0px;
79 border: none; 79 border: none;
80 - background: #EEE; 80 + background: #F5F5F5;
81 color: #666; 81 color: #666;
82 padding: 0px 5px; 82 padding: 0px 5px;
83 border-right: 1px solid #ccc; 83 border-right: 1px solid #ccc;
@@ -295,15 +295,9 @@ @@ -295,15 +295,9 @@
295 } //.view.onion-skin 295 } //.view.onion-skin
296 } 296 }
297 .view-modes{ 297 .view-modes{
298 -  
299 padding: 10px; 298 padding: 10px;
300 text-align: center; 299 text-align: center;
301 -  
302 - background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));  
303 - background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);  
304 - background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);  
305 - background-image: -ms-linear-gradient(#eee 6.6%, #dfdfdf);  
306 - background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf); 300 + background: #EEE;
307 301
308 ul, li{ 302 ul, li{
309 list-style: none; 303 list-style: none;