Showing 1 changed files with 4 additions and 4 deletions
+4 -4
public/css/common.css
... ...
@@ -2664,8 +2664,8 @@ button.close {
2664 2664
   overflow:hidden;
2665 2665
   padding: 10px;
2666 2666
   line-height: 20px;
2667
-  background-color: #e6f1f6;
2668
-  border: 1px solid #c1dce9;
2667
+  background-color: #e3f2ec;
2668
+  border: 1px solid #c7d8d2;
2669 2669
   border-radius: 3px;
2670 2670
   border-bottom-right-radius: 0;
2671 2671
   border-bottom-left-radius: 0;
... ...
@@ -2707,14 +2707,14 @@ button.close {
2707 2707
 }
2708 2708
 
2709 2709
 .file-list li {
2710
-  border: 1px solid #c1dce9;
2710
+  border: 1px solid #c7d8d2;
2711 2711
   border-top:none;
2712 2712
   padding:7px;
2713 2713
   overflow:hidden;
2714 2714
 }
2715 2715
 
2716 2716
 .file-list li:last-child {
2717
-  border-radius: 3px;
2717
+  border-radius:0 0 3px 3px;
2718 2718
 }
2719 2719
 
2720 2720
 .file-list-name {