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
11
web/pgadmin/static/css/pgadmin.css
Normal file
11
web/pgadmin/static/css/pgadmin.css
Normal file
@@ -0,0 +1,11 @@
|
||||
@font-face {
|
||||
font-family: "Open Sans";
|
||||
src: url("~top/static/fonts/OpenSans-Regular.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
|
||||
@font-face {
|
||||
font-family: "Source Code Pro";
|
||||
src: url("~top/static/fonts/SourceCodePro-Regular.ttf");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
@@ -1,4 +1,3 @@
|
||||
@import '~bootstrap/dist/css/bootstrap.css';
|
||||
@import '~alertifyjs/build/css/alertify.css';
|
||||
@import '~alertifyjs/build/css/themes/bootstrap.css';
|
||||
@import '~font-awesome/css/font-awesome.css';
|
||||
|
||||
Reference in New Issue
Block a user