mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Don't restyle scroll bars.
This commit is contained in:
parent
527620d34e
commit
497164d741
@ -122,6 +122,7 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
@ -139,6 +140,7 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
|
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.wcMenuList, .context-menu-list {
|
.wcMenuList, .context-menu-list {
|
||||||
border: 1px solid #dddddd;
|
border: 1px solid #dddddd;
|
||||||
|
@ -353,192 +353,3 @@ html, body {
|
|||||||
.wcIFrameMoving {
|
.wcIFrameMoving {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.wcDocker {
|
|
||||||
background-color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcModalBlocker {
|
|
||||||
background-color: black;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Default Theme */
|
|
||||||
.wcPanelBackground {
|
|
||||||
background-color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcPanelBackground .wcCenter {
|
|
||||||
background-color: darkgray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcFrameFlasher {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcFrameShadower {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcFrameTitle {
|
|
||||||
height: 17px;
|
|
||||||
background-color: #555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcFrameCenter {
|
|
||||||
top: 17px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcLayoutGrid, .wcLayoutGrid tr, .wcLayoutGrid td {
|
|
||||||
border: 1px solid #555555;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcLayoutGridAlternate tr:nth-child(even), .wcLayoutGridAltColor {
|
|
||||||
background-color: rgba(200, 200, 200, 0.2) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcPanelTab {
|
|
||||||
color: #42454a;
|
|
||||||
background-color: #777;
|
|
||||||
border: 1px solid #000;
|
|
||||||
border-radius: 2px 2px 0px 0px;
|
|
||||||
border-bottom: 0px;
|
|
||||||
margin-right: 1px;
|
|
||||||
margin-top: 3px;
|
|
||||||
font-size: 12px;
|
|
||||||
padding-left: 2px;
|
|
||||||
padding-right: 2px;
|
|
||||||
padding-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcPanelTab:hover {
|
|
||||||
background-color: #AAA;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcPanelTabActive {
|
|
||||||
color: #000;
|
|
||||||
background-color: gray;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-top: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcPanelTabActive:hover {
|
|
||||||
background-color: #CCC;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcFrameEdge {
|
|
||||||
position: absolute;
|
|
||||||
z-index: 2;
|
|
||||||
border: 2px outset #444;
|
|
||||||
background-color: #222;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcSplitterBar {
|
|
||||||
border: 1px outset darkgray;
|
|
||||||
background-color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcGhost {
|
|
||||||
background-color: #444444;
|
|
||||||
border: 0px;
|
|
||||||
border-radius: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
|
||||||
width: 12px;
|
|
||||||
height: 12px;
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-corner {
|
|
||||||
background-color: #888;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-track {
|
|
||||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
|
||||||
border-radius: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
|
||||||
border-radius: 10px;
|
|
||||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcMenuList, .context-menu-list {
|
|
||||||
border: 1px solid #111;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcMenuItem, .context-menu-item {
|
|
||||||
background-color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcMenuItemHover, .wcMenuItem:hover, .context-menu-item.hover {
|
|
||||||
background-color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcMenuItem.disabled, .context-menu-item.disabled {
|
|
||||||
color: #333;
|
|
||||||
background-color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcMenuSeparator, .context-menu-separator {
|
|
||||||
border: 2px solid #444;
|
|
||||||
background-color: #777;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcInput, input {
|
|
||||||
vertical-align: middle;
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcSelect, select {
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButton, button {
|
|
||||||
border: 1px outset #777;
|
|
||||||
background-color: #777;
|
|
||||||
line-height: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButtonHover, .wcButton:hover, button:hover {
|
|
||||||
border: 1px outset #999;
|
|
||||||
background-color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButtonActive, .wcButton:active, button:active {
|
|
||||||
border: 1px inset #666;
|
|
||||||
background-color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButtonActive.wcButtonHover, .wcButton:hover.wcButtonActive, .wcButton:active.wcButtonHover, .wcButton:active:hover, button:active:hover {
|
|
||||||
border: 1px inset #999;
|
|
||||||
background-color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButtonDisabled, .wcButton.disabled, button:disabled {
|
|
||||||
border: 1px outset #666 !important;
|
|
||||||
background-color: #666 !important;
|
|
||||||
color: #555 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wcButton:focus, button:focus {
|
|
||||||
outline: 0px;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user