Skip to content

Commit

Permalink
feat: use Consolas font instead
Browse files Browse the repository at this point in the history
closes #2, #39
  • Loading branch information
luin committed Dec 3, 2016
1 parent 18e5629 commit bd9d1c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.index-label {
background: #ccc;
margin: 4px 4px 0 0;
font-family: monospace !important;
font-family: Consolas, monospace !important;
padding: 0 4px !important;
height: 16px;
font-size: 11px !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
flex: 1;
display: flex;
flex-direction: column;
font-family: Consolas, monospace;
}

.CodeMirror-scroll {
Expand Down
8 changes: 6 additions & 2 deletions client/components/main/Main/Database/KeyBrowser/KeyList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
width: 32px;
height: 16px;
font-size: 11px !important;
line-height: 16px !important;
line-height: 17px !important;
display: block;
text-align: center;
background: #60d4ca;
Expand All @@ -54,12 +54,16 @@
}

.public_fixedDataTableCell_main {
font-family: monospace;
font-family: Consolas, monospace;
font-size: 12px;
line-height: 24px;
padding: 0 8px;
}

.public_fixedDataTableRow_main {
color: #606061;
}

:focus .public_fixedDataTableRow_main.is-selected {
background: #116cd6;
color: #fff;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
li {
display: block;
padding: 8px 12px;
font-family: monospace;
font-family: Consolas, monospace;
border-top: 1px solid #f5f5f4;

&:hover {
Expand Down

0 comments on commit bd9d1c9

Please sign in to comment.