mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Bundle fonts with pgAdmin so we have a standard set for all platforms.
Research by Shirley at Pivotal.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
.CodeMirror-foldmarker {
|
||||
color: blue;
|
||||
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
|
||||
font-family: arial;
|
||||
font-family: "Open Sans";
|
||||
line-height: .3;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -71,7 +71,7 @@
|
||||
/* To make font same as Query tool in messages tab */
|
||||
.messages {
|
||||
white-space: pre-wrap;
|
||||
font-family: monospace;
|
||||
font-family: "Source Code Pro";
|
||||
padding-top: 5px;
|
||||
padding-left: 10px;
|
||||
overflow: auto;
|
||||
@@ -81,4 +81,4 @@
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
@@ -99,7 +99,7 @@
|
||||
|
||||
.sql-editor-message {
|
||||
white-space:pre-wrap;
|
||||
font-family: monospace;
|
||||
font-family: "Source Code Pro";
|
||||
padding-top: 5px;
|
||||
padding-left: 10px;
|
||||
overflow: auto;
|
||||
@@ -151,7 +151,7 @@
|
||||
.CodeMirror-foldmarker {
|
||||
color: blue;
|
||||
text-shadow: #b9f 1px 1px 2px, #b9f -1px -1px 2px, #b9f 1px -1px 2px, #b9f -1px 1px 2px;
|
||||
font-family: arial;
|
||||
font-family: "Open Sans";
|
||||
line-height: .3;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -206,7 +206,7 @@
|
||||
|
||||
background: white;
|
||||
font-size: 90%;
|
||||
font-family: monospace;
|
||||
font-family: "Source Code Pro";
|
||||
|
||||
max-height: 20em;
|
||||
overflow-y: auto;
|
||||
@@ -522,4 +522,4 @@ input.editor-checkbox:focus {
|
||||
}
|
||||
.pg_buttons {
|
||||
text-align:right;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user