diff --git a/web/pgadmin/static/css/wcDocker/theme.css b/web/pgadmin/static/css/wcDocker/theme.css index c06c51076..a6b28de94 100644 --- a/web/pgadmin/static/css/wcDocker/theme.css +++ b/web/pgadmin/static/css/wcDocker/theme.css @@ -122,6 +122,7 @@ border-radius: 6px; } +/* ::-webkit-scrollbar { width: 12px; height: 12px; @@ -139,6 +140,7 @@ border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.7); } +*/ .wcMenuList, .context-menu-list { border: 1px solid #dddddd; diff --git a/web/pgadmin/static/css/wcDocker/wcDocker.css b/web/pgadmin/static/css/wcDocker/wcDocker.css index b4ebe0db1..03805321a 100644 --- a/web/pgadmin/static/css/wcDocker/wcDocker.css +++ b/web/pgadmin/static/css/wcDocker/wcDocker.css @@ -353,192 +353,3 @@ html, body { .wcIFrameMoving { 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; -} \ No newline at end of file