Skip to content

Commit

Permalink
Styling tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 27, 2018
1 parent 12ba61f commit b53317e
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/css/contextmenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
padding: 45px 15px 15px 15px !important;
box-shadow: 2px 2px 12px rgba(128, 128, 128, 0.3) !important;

font-size: 10pt;
font-size: 10.5pt;
font-family: arial, sans-serif;
color: #4d4d4d;
line-height: 1.3em;
Expand Down Expand Up @@ -317,7 +317,7 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
text-align: left;
vertical-align: top;
font-weight: normal;
font-size: 10pt;
font-size: 10.5pt;
font-family: arial, sans-serif;
color: #4d4d4d;
line-height: 32px;
Expand Down Expand Up @@ -354,12 +354,15 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {

.jsoneditor-modal select,
.jsoneditor-modal textarea,
.jsoneditor-modal input {
.jsoneditor-modal input,
.jsoneditor-modal #query {
background: #ffffff;
border: 1px solid #d3d3d3;
color: #4d4d4d;
border-radius: 3px;
padding: 4px;
font-size: 10.5pt;
font-family: arial, sans-serif;
}

.jsoneditor-modal input[type="button"],
Expand Down Expand Up @@ -415,7 +418,7 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {

text-indent: 0;
text-overflow: "";
font-size: inherit;
font-size: 10pt;
line-height: inherit;
}

Expand Down Expand Up @@ -454,8 +457,8 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
}

.jsoneditor-modal .jsoneditor-transform-preview {
font-family: monospace;
background: #f5f5f5;

height: 200px;
}

Expand All @@ -469,6 +472,7 @@ div.jsoneditor-contextmenu button.jsoneditor-type-modes > div.jsoneditor-icon {
background: #ffffe0;
border: 1px solid #ffe99a;
padding: 0 10px 10px;
border-radius: 3px;
}

.jsoneditor-modal .jsoneditor-jmespath-wizard-label {
Expand Down

0 comments on commit b53317e

Please sign in to comment.