mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that Columns should always be visible in the import/export dialog. Fixes #7252
This commit is contained in:
committed by
Akshay Joshi
parent
0c823455a0
commit
a91762fb30
@@ -5,6 +5,49 @@
|
||||
border-radius: $btn-border-radius;
|
||||
}
|
||||
|
||||
.connection_status_wrapper {
|
||||
width: 100%;
|
||||
border-top: $panel-border;
|
||||
border-bottom: $panel-border;
|
||||
}
|
||||
|
||||
.connection_status .obtaining-conn {
|
||||
background-image: $loader-icon-small !important;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
&:before {
|
||||
content:'';
|
||||
}
|
||||
min-width: 50%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.connection_status {
|
||||
background-color: $sql-title-bg;
|
||||
color: $sql-title-fg;
|
||||
border-right: $border-width solid $border-color;
|
||||
padding: 0px 8px;
|
||||
}
|
||||
|
||||
.editor-title {
|
||||
padding: $sql-title-padding;
|
||||
background: $sql-title-bg;
|
||||
color: $sql-title-fg;
|
||||
}
|
||||
|
||||
.connection-info {
|
||||
background: $sql-title-bg;
|
||||
color: $sql-title-fg;
|
||||
width:100%;
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
.connection-data {
|
||||
display: inherit;
|
||||
cursor: pointer;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#erd-tool-container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user