wangchuanjin 9 gadi atpakaļ
vecāks
revīzija
f4362fc568
1 mainītis faili ar 5 papildinājumiem un 4 dzēšanām
  1. 5 4
      core/src/web/staticres/css/qfw.css

+ 5 - 4
core/src/web/staticres/css/qfw.css

@@ -475,14 +475,15 @@ a.new_red:hover, a.new_red:active {
 	color: #FF5A5F !important;
 }
 .modal-content{
-	border-top-left-radius: 7px;
-	border-top-right-radius: 7px;
+	border-radius: 4px;
+	border-top-left-radius: 5px;
+	border-top-right-radius: 5px;
 }
 .modal-header{
 	background-color: #FF5A5F;
 	color: #FFFFFF;
-	border-top-left-radius: 6px;
-	border-top-right-radius: 6px;
+	border-top-left-radius: 4px;
+	border-top-right-radius: 4px;
 }
 .modal-header .close{
 	opacity: 1;