0.0.296 remove errors after typing in fields
This commit is contained in:
@@ -1924,7 +1924,7 @@ button#edit_route {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#error_com_offer, #error_feedback{
|
||||
#error_com_offer, #error_feedback, #error_feedback_text{
|
||||
color: #ff0000;
|
||||
font-size: 14px;
|
||||
margin-left: 5px;
|
||||
@@ -1940,7 +1940,7 @@ button#edit_route {
|
||||
}
|
||||
|
||||
.form_wrapper{
|
||||
position: relative;
|
||||
margin-top: 120px;
|
||||
}
|
||||
|
||||
.form_com_wrapper{
|
||||
@@ -2389,6 +2389,17 @@ button#send_feedback_form{
|
||||
width: 103%;
|
||||
margin-top: 13px;
|
||||
}
|
||||
button#send_feedback_form:active{
|
||||
box-shadow:unset;
|
||||
background: rgba(255, 97, 58, 0.60);
|
||||
}
|
||||
#error_feedback.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
#error_feedback_text.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.subscribes_container{
|
||||
width: 80%;
|
||||
|
||||
Reference in New Issue
Block a user