diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 21:10:20 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-08 21:10:20 +0300 |
commit | 211e975d8acbc046219fefbf95a12a8f0bbf980b (patch) | |
tree | 30c52d0ab2c142c4deec510f7219e511179b6f14 | |
parent | 2ec1a879f7cb96370a54f379c39a88b75b67f4c7 (diff) | |
download | gitlab-ce-211e975d8acbc046219fefbf95a12a8f0bbf980b.tar.gz |
Change header color in network page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r-- | app/assets/stylesheets/sections/graph.scss | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss index 1e22d161bfc..8a337a5e206 100644 --- a/app/assets/stylesheets/sections/graph.scss +++ b/app/assets/stylesheets/sections/graph.scss @@ -1,17 +1,16 @@ .project-network { - border: 1px solid #aaa; - padding: 1px; + border: 1px solid #CCC; .tip { color: #888; font-size: 14px; padding: 10px; border-bottom: 1px solid #bbb; - @include bg-gray-gradient; + background: #EEE; } .network-graph { - background: #f1f1f1; + background: #FFF; height: 500px; overflow-y: scroll; overflow-x: hidden; |