|
@@ -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;
|