mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Show the error div only when it has some data within it.
Changed its colour for better attendtion. Reduced the margin-bottom for the backform-tab, so that - we can see the control well in the properties dialog.
This commit is contained in:
parent
8a7a8eb9aa
commit
735e9ba67b
@ -152,7 +152,7 @@ iframe {
|
||||
|
||||
.obj_properties .backform-tab {
|
||||
position: absolute;
|
||||
margin: 0px 0px 110px;
|
||||
margin: 0px 0px 75px;
|
||||
padding: 0px;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
@ -620,9 +620,18 @@ table.backgrid tr.new {
|
||||
.pg-prop-status-bar {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
background-color: #d2d2d2;
|
||||
color: #b92c28;
|
||||
background-color: #8E1A17;
|
||||
color: white;
|
||||
padding: 5px;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.pg-prop-status-bar:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.pg-prop-status-bar:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.pg-prop-header {
|
||||
@ -637,6 +646,7 @@ table.backgrid tr.new {
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom : 0;
|
||||
z-index: 4;
|
||||
}
|
||||
.subnode-header-form {
|
||||
background-color: #F5F5F5;
|
||||
|
Loading…
Reference in New Issue
Block a user