mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-27 19:20:21 -06:00
Fix some minor CSS issues.
This commit is contained in:
parent
63f7fbcf7d
commit
c79ac2f8d2
@ -121,3 +121,12 @@ div.wizard-header.wizard-badge > div > div.col-sm-2 > button.ajs-maximized.ajs-m
|
||||
.select2-container--open {
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
.wizard-content h3 {
|
||||
margin-top: 20px !important;
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
|
||||
.wizard-right-panel_content .collapse.in {
|
||||
display: block;
|
||||
}
|
||||
|
@ -164,6 +164,7 @@ iframe {
|
||||
}
|
||||
.checkbox label {
|
||||
padding-left: 0px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
.bootstrap-switch > .bootstrap-switch-container > input {
|
||||
border: 0px solid $color-fg;
|
||||
@ -253,3 +254,7 @@ td.switch-cell > div.bootstrap-switch {
|
||||
.btn-toolbar {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.bootstrap-datetimepicker-widget thead th {
|
||||
background-color: $color-fg-inverse;
|
||||
}
|
@ -94,11 +94,11 @@
|
||||
|
||||
/** Custom styling for Codemirror field **/
|
||||
.wizard-right-panel_content {
|
||||
border: 1px solide #ccc;
|
||||
border: 1px $color-gray-light;
|
||||
}
|
||||
|
||||
.wizard-right-panel_content .CodeMirror {
|
||||
border: 1px solid #ccc;
|
||||
border: 1px solid $color-gray-light;
|
||||
height: 285px !important;
|
||||
min-height: 285px !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user