mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Showing the dockable pane looked like a dialog.
This commit is contained in:
parent
8a8c8bbae4
commit
500271a2ed
@ -353,11 +353,15 @@ iframe {
|
|||||||
|
|
||||||
.pg-prop-btn-group-below {
|
.pg-prop-btn-group-below {
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
|
border-color: #A9A9A9;
|
||||||
|
border-width: 2px 1px 0px;
|
||||||
|
border-style: inset;
|
||||||
|
border-left-style: solid
|
||||||
}
|
}
|
||||||
|
|
||||||
.pg-prop-btn-group button {
|
.pg-prop-btn-group button {
|
||||||
padding: 0.2em 0.3em;
|
padding: 5px;
|
||||||
margin: 0.1em 0.3em;
|
margin: 2px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pg-prop-btn-group button:not(:first-child):not(:last-child) {
|
.pg-prop-btn-group button:not(:first-child):not(:last-child) {
|
||||||
@ -367,20 +371,20 @@ iframe {
|
|||||||
.pg-prop-content {
|
.pg-prop-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
top: 0em;
|
top: 3px;
|
||||||
bottom: 0px;
|
bottom: 0;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 7px;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pg-prop-has-btn-group-below {
|
.pg-prop-has-btn-group-below {
|
||||||
margin-bottom: 2.1em;
|
margin-bottom: 33px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.has-pg-prop-btn-group {
|
.has-pg-prop-btn-group {
|
||||||
top: 2.55em;
|
top: 43px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pg-prop-content > div {
|
.pg-prop-content > div {
|
||||||
|
@ -19,19 +19,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameTitle {
|
.wcFrameTitle {
|
||||||
height: 50px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-top: 3px;
|
|
||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
background-color: #e6e6e6;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border-bottom: 1px;
|
border-bottom: 1px none;
|
||||||
|
height: 100%;
|
||||||
|
padding-top: 10px;
|
||||||
|
background-color: #A8A8A8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameCenter {
|
.wcFrameCenter {
|
||||||
top: 40px;
|
top: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameButton {
|
.wcFrameButton {
|
||||||
@ -69,10 +69,24 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameEdge {
|
.wcFrameEdge {
|
||||||
position: absolute;
|
border-width: 3px;
|
||||||
z-index: 2;
|
border-style: groove;
|
||||||
border: 3px solid #dddddd;
|
border-color: #dddddd;
|
||||||
background-color: #cccccc;
|
background-color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcFrameEdgeH {
|
||||||
|
height: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcFrameEdgeV {
|
||||||
|
width: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcFrameCornerNW,
|
||||||
|
.wcFrameCornerNE {
|
||||||
|
height: 6px;
|
||||||
|
width: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcSplitterBar {
|
.wcSplitterBar {
|
||||||
@ -118,8 +132,16 @@
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcPanelTabActive:hover {
|
.wcFloating .wcPanelTabActive {
|
||||||
background-color: #ffffff;
|
background-color: #8A8A8A;
|
||||||
|
margin-top: -2px;
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcFloating .wcPanelTabActive:hover {
|
||||||
|
background-color: #AAAAAA;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcGhost {
|
.wcGhost {
|
||||||
@ -205,7 +227,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wcLayout, .wcLayout tr, .wcLayout td {
|
.wcLayout, .wcLayout tr, .wcLayout td {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-submenu:after {
|
.context-menu-submenu:after {
|
||||||
@ -213,16 +235,22 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wcTabIcon {
|
.wcTabIcon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-left: 1.25em;
|
padding-left: 20px;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcFrameTitleBar {
|
.wcFrameTitleBar {
|
||||||
background-color: #E2E2E2
|
background-color: #E2E2E2;
|
||||||
|
height: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wcFloating .wcFrameTitleBar {
|
.wcFloating .wcFrameTitleBar {
|
||||||
background-color: #2C76B4;
|
border-bottom: 2px solid darkgray;
|
||||||
|
background-color: #8A8A8A;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wcFloating .wcFrameTitleBar:hover {
|
||||||
|
background-color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user