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;
|
||||
}
|
||||
|
||||
@@ -104,8 +104,6 @@
|
||||
.alert-text {
|
||||
flex-grow: 1;
|
||||
border: 1px solid $color-red-2;
|
||||
border-top-right-radius: 4px;
|
||||
border-bottom-right-radius: 4px;
|
||||
padding: 7px 12px 6px 10px;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user