mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update wcDocker to enable properly translation of the context menu options.
This commit is contained in:
20
web/pgadmin/static/css/wcDocker/style.css → web/pgadmin/static/css/wcDocker/wcDocker.css
Executable file → Normal file
20
web/pgadmin/static/css/wcDocker/style.css → web/pgadmin/static/css/wcDocker/wcDocker.css
Executable file → Normal file
@@ -461,6 +461,26 @@ html, body {
|
||||
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;
|
||||
}
|
||||
16
web/pgadmin/static/css/wcDocker/wcDocker.min.css
vendored
Normal file
16
web/pgadmin/static/css/wcDocker/wcDocker.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user