mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Match the border style of the inline-fieldset with the other control.
This commit is contained in:
parent
0e50f4b1f3
commit
973e2b1b4a
@ -667,7 +667,8 @@ div.rolmembership {
|
||||
fieldset.inline-fieldset {
|
||||
margin: 0px; margin-left: 2px; margin-right: 2px;
|
||||
padding-right: 10px; padding-left: 10px; padding-top: 6px; padding-bottom: 12px;
|
||||
border: 2px solid; border-radius: 5px;
|
||||
border: 1px solid; border-radius: 5px;
|
||||
border-color: #C3C3C3; box-shadow: 0.1px 0.1px 0.1px #C3C3C3;
|
||||
}
|
||||
|
||||
fieldset.inline-fieldset-without-border {
|
||||
|
Loading…
Reference in New Issue
Block a user