Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 17:40:08 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 17:40:08 +0400
commitb787540f71a3a7e68e940f39e7c903b0214a80e3 (patch)
treecd5c5f4ce79b16aa8de753a0a476fb07145bac45 /app
parentcaa876af90025f345d1d91466f80458b23ec0235 (diff)
Change diff header bg
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/diff.scss12
1 files changed, 3 insertions, 9 deletions
diff --git a/app/assets/stylesheets/sections/diff.scss b/app/assets/stylesheets/sections/diff.scss
index 64e669ac2b3..af44654d5da 100644
--- a/app/assets/stylesheets/sections/diff.scss
+++ b/app/assets/stylesheets/sections/diff.scss
@@ -4,7 +4,7 @@
.diff-header {
@extend .clearfix;
- background: #DDD;
+ background: #EEE;
border-bottom: 1px solid #CCC;
padding: 5px 5px 5px 10px;
color: #555;
@@ -77,7 +77,7 @@
margin: 0px;
padding: 0px;
border: none;
- background: #EEE;
+ background: #F5F5F5;
color: #666;
padding: 0px 5px;
border-right: 1px solid #ccc;
@@ -295,15 +295,9 @@
} //.view.onion-skin
}
.view-modes{
-
padding: 10px;
text-align: center;
-
- 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);
+ background: #EEE;
ul, li{
list-style: none;