Skip to content

Commit

Permalink
PAYARA-4236 minor CSS tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbee committed Oct 31, 2019
1 parent f2d5c4b commit 9727b1f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
holder.
*/
body {
background-color: #002c3e;
background-color: #003247;
font: 13px/1.231 'IBM Plex Sans', helvetica,clean,sans-serif;
color: white;
margin: 0;
Expand All @@ -54,6 +54,7 @@ select {
background: white;
padding: 2px 5px;
border-radius: 2px;
margin-bottom: 2px;
}
input[type=text], input[type=number] {
border: 1px solid #ccc;
Expand All @@ -67,6 +68,9 @@ input[type=text] {
input[type=number] {
width: 60px;
}
input[type=checkbox] {
vertical-align: middle;
}
canvas {
position: relative;
}
Expand Down

0 comments on commit 9727b1f

Please sign in to comment.