0.0.283 add success_msg for forms, clear forms
This commit is contained in:
@@ -1888,11 +1888,26 @@ button#edit_route {
|
||||
font-weight: 700;
|
||||
background: #FFFFFF;
|
||||
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 101%;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.msg_text {
|
||||
margin-top: 100px;
|
||||
}
|
||||
|
||||
|
||||
.msg_send.hide{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.form_wrapper{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
button.confirm_remove{
|
||||
width: 48.5%;
|
||||
|
||||
Reference in New Issue
Block a user