Skip to content

Commit

Permalink
lastest appearance work
Browse files Browse the repository at this point in the history
  • Loading branch information
tedh-shopbot committed Jun 15, 2019
1 parent 9f224a5 commit c92b9c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ body {
}

#speed-panel, #cmd-panel, #macro-panel {
background-color:grey;
background-color:rgb(206, 207, 209);
border-radius:20px;
border-color:rgb(136, 171, 190);
}

input.opensbp_input_formattedspeeds {
color:rgb(113, 233, 241);
background-color:rgb(91, 104, 107);
background-color:rgb(143, 148, 150);
border-color:rgb(136, 171, 190);
border-radius:5px;
}
Expand All @@ -25,8 +25,9 @@ input.cmds {
}

input[type="text"]:focus {
color: rgb(252, 250, 221);
background: rgb(163, 174, 175);
color: rgb(221, 98, 10);
background: rgb(213, 214, 132);
font-weight: bolder;
}

label.speed-labels, .cmds {
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<link rel="stylesheet" href="css/style.css">
</head>

<body style="background-color:rgb(192, 189, 186)">
<!-- <body style="background-color:rgb(192, 189, 186)"> -->
<body style="background-color:rgb(151, 150, 150)">
<script src="js/lib/modernizr.js"></script>
<script src="js/lib/jquery.js"></script>
<script src="js/lib/foundation.min.js"></script>
Expand Down Expand Up @@ -142,7 +143,7 @@ <h6 title="Default feed rates and rapid speeds">Speeds</h6>
<label class="show-for-small-only">Cmd</label>
<label class="show-for-medium-up cmds"><strong>Command Input</strong> (select from menu above or type Commands directly here)</label>
<form><strong>
<input class="cmds" type="text" autocomplete="off" autocorrect="off" autofill="off" spellcheck ="false" id="cmd-input" placeholder="2-Letter OpenSBP Command, {followed by parameters ...}" value="" />
<input class="cmds" type="text" autocomplete="off" autocorrect="off" autofill="off" spellcheck ="false" id="cmd-input" font-weight="bold" placeholder="2-Letter OpenSBP Command, {followed by parameters ...}" value="" />
<!-- <input class="show-for-medium-up cmds" type="text" autocomplete="off" autocorrect="off" autofill="off" spellcheck ="false" id="cmd-input" placeholder="2-Letter OpenSBP Command, {followed by parameters ...}" value="" />
<input class="show-for-small-only cmds" type="text" autocomplete="off" autocorrect="off" autofill="off" spellcheck ="false" id="cmd-input" placeholder="{2-Letters...}" value="" /> -->
</strong></form>
Expand Down

0 comments on commit c92b9c4

Please sign in to comment.