mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add infrastructure for managing configurable keyboard shortcuts.
This commit is contained in:
committed by
Dave Page
parent
7c985695b7
commit
66341e6947
@@ -25,10 +25,6 @@ div.pgadmin-preference-body div.ajs-content {
|
||||
bottom: 0px !important;
|
||||
}
|
||||
|
||||
.preferences_content .control-label, .preferences_content .pgadmin-controls {
|
||||
min-width: 100px !important;
|
||||
}
|
||||
|
||||
.pgadmin-preference-body {
|
||||
min-width: 300px !important;
|
||||
min-height: 400px !important;
|
||||
@@ -40,3 +36,15 @@ div.pgadmin-preference-body div.ajs-content {
|
||||
min-height: 480px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.keyboard-shortcut-label {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
|
||||
.preferences_content input[type="checkbox"]:focus {
|
||||
outline: 5px auto -webkit-focus-ring-color;
|
||||
}
|
||||
|
||||
.preferences_content .pgadmin-controls input[type="checkbox"] {
|
||||
margin-left: -20px !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user