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 4  
5 5 .diff-header {
6 6 @extend .clearfix;
7   - background: #DDD;
  7 + background: #EEE;
8 8 border-bottom: 1px solid #CCC;
9 9 padding: 5px 5px 5px 10px;
10 10 color: #555;
... ... @@ -77,7 +77,7 @@
77 77 margin: 0px;
78 78 padding: 0px;
79 79 border: none;
80   - background: #EEE;
  80 + background: #F5F5F5;
81 81 color: #666;
82 82 padding: 0px 5px;
83 83 border-right: 1px solid #ccc;
... ... @@ -295,15 +295,9 @@
295 295 } //.view.onion-skin
296 296 }
297 297 .view-modes{
298   -
299 298 padding: 10px;
300 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 302 ul, li{
309 303 list-style: none;
... ...