mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Update to use Bootstrap 3 instead of Bootstrap 4. Fixes #3562
This commit is contained in:
committed by
Dave Page
parent
bdf90e67a7
commit
0565f8dd78
@@ -26,12 +26,15 @@
|
||||
|
||||
.sql_field_layout .CodeMirror-linenumber {
|
||||
border-right: 1px solid $color-gray-lighter;
|
||||
background-color: $color-gray-lighter;
|
||||
}
|
||||
|
||||
.CodeMirror-linenumber {
|
||||
font-size: $font-size-base;
|
||||
}
|
||||
|
||||
/* class to disable Codemirror editor */
|
||||
.cm_disabled {
|
||||
background: $color-gray-lighter;
|
||||
background: $input-disabled-bg;
|
||||
}
|
||||
|
||||
/* make syntax-highlighting bold */
|
||||
|
||||
Reference in New Issue
Block a user