mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-24 15:26:46 -06:00
5799ac14ba
Changed the SCSS/CSS for the below third party libraries to adopt the new look 'n' feel: - wcDocker - Alertify dialogs, and notifications - AciTree - Bootstrap Navbar - Bootstrap Tabs - Bootstrap Drop-Down menu - Backgrid - Select2 Adopated the new the look 'n' feel for the dialogs, wizard, properties, tab panels, tabs, fieldset, subnode control, spinner control, HTML table, and other form controls. - Font is changed to Roboto - Using SCSS variables to define the look 'n' feel - Designer background images for the Login, and Forget password pages in 'web' mode - Improved the look 'n' feel for the key selection in the preferences dialog - Table classes consistency changes across the application - File Open and Save dialog list view changes Author(s): Aditya Toshniwal & Khushboo Vashi
34 lines
528 B
CSS
34 lines
528 B
CSS
.preferences_dialog {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.preferences_content {
|
|
padding-top: 10px;
|
|
height: 100%;
|
|
overflow: auto;
|
|
}
|
|
|
|
div.pgadmin-preference-body div.ajs-content {
|
|
top: 0px !important;
|
|
bottom: 0px !important;
|
|
}
|
|
|
|
.pgadmin-preference-body {
|
|
min-width: 300px !important;
|
|
min-height: 400px !important;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.pgadmin-preference-body {
|
|
min-width: 600px !important;
|
|
min-height: 480px !important;
|
|
}
|
|
}
|
|
|
|
.keyboard-shortcut-label {
|
|
font-weight: normal !important;
|
|
}
|
|
|
|
|