Showing 1 changed files with 3 additions and 2 deletions
+3 -2
public/css/common.css
... ...
@@ -2476,7 +2476,7 @@ button.close {
2476 2476
 }
2477 2477
 
2478 2478
 .project-header {
2479
-  background:#fafcfa;
2479
+  background:#f7f9f9;
2480 2480
   border-bottom: none;
2481 2481
   margin-bottom:12px;
2482 2482
   overflow:hidden;
... ...
@@ -2504,6 +2504,7 @@ button.close {
2504 2504
 .project-header-btn-container {
2505 2505
   float:left;
2506 2506
   margin-right:4px;
2507
+  
2507 2508
 }
2508 2509
 
2509 2510
 .header-btn-container .btn {
... ...
@@ -2517,7 +2518,7 @@ button.close {
2517 2518
   border-top:1px solid #d7dee8;
2518 2519
   padding:8px 0 10px 0;
2519 2520
   margin-top:30px;
2520
-  background:#f7f8f9;
2521
+  background:#f7f9f9;
2521 2522
   font-size:14px;
2522 2523
 }
2523 2524
 .footer a {