Commit b787540f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Change diff header bg

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent caa876af
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.diff-header { .diff-header {
@extend .clearfix; @extend .clearfix;
background: #DDD; background: #EEE;
border-bottom: 1px solid #CCC; border-bottom: 1px solid #CCC;
padding: 5px 5px 5px 10px; padding: 5px 5px 5px 10px;
color: #555; color: #555;
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
border: none; border: none;
background: #EEE; background: #F5F5F5;
color: #666; color: #666;
padding: 0px 5px; padding: 0px 5px;
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
...@@ -295,15 +295,9 @@ ...@@ -295,15 +295,9 @@
} //.view.onion-skin } //.view.onion-skin
} }
.view-modes{ .view-modes{
padding: 10px; padding: 10px;
text-align: center; text-align: center;
background: #EEE;
background-image: -webkit-gradient(linear, 0 0, 0 30, color-stop(0.066, #eee), to(#dfdfdf));
background-image: -webkit-linear-gradient(#eee 6.6%, #dfdfdf);
background-image: -moz-linear-gradient(#eee 6.6%, #dfdfdf);
background-image: -ms-linear-gradient(#eee 6.6%, #dfdfdf);
background-image: -o-linear-gradient(#eee 6.6%, #dfdfdf);
ul, li{ ul, li{
list-style: none; list-style: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment