mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Allow form validation messages to be close in case the eclipse anything on the form. Fixes #2859
This commit is contained in:
committed by
Dave Page
parent
9ae4a03784
commit
5bfa450a5f
10
web/pgadmin/static/css/bootstrap.overrides.css
vendored
10
web/pgadmin/static/css/bootstrap.overrides.css
vendored
@@ -1176,6 +1176,16 @@ form[name="change_password_form"] .help-block {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.close-error-bar {
|
||||
background: #d0021b;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.close-error-bar a {
|
||||
color: #FFFFFF;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.user_management .search_users form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user