wangchuanjin 9 жил өмнө
parent
commit
903aa6ceea

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

@@ -474,6 +474,11 @@ a.new_red:hover, a.new_red:active {
 	background-color: #FF5A5F;
 	border-color: #FF5A5F;
 }
+.btn-default,.btn-default:hover,.btn-default:focus,.btn-default:active{
+	background-color: transparent;
+	border: 1px solid #FF5A5F;
+	color: #FF5A5F;
+}
 .btn-sm, .btn-group-sm > .btn{
 	padding-top: 3px;
 	padding-bottom: 3px;
@@ -485,11 +490,6 @@ a.new_red:hover, a.new_red:active {
 .text-primary {
 	color: #FF5A5F !important;
 }
-.btn-default{
-	background-color: transparent;
-	border: 1px solid #FF5A5F;
-	color: #FF5A5F;
-}
 .modal-content{
 	border-radius: 4px;
 	border-top-left-radius: 5px;