Update to use Bootstrap 3 instead of Bootstrap 4. Fixes #3562

This commit is contained in:
Aditya Toshniwal
2018-10-10 12:43:26 +01:00
committed by Dave Page
parent bdf90e67a7
commit 0565f8dd78
82 changed files with 2559 additions and 2486 deletions

View File

@@ -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 */