Skip to content

Commit

Permalink
V1.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Feb 14, 2024
1 parent 6e7f6df commit e6d1308
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion static/genmon.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ button {
font-family: inherit !important;
line-height: 1em !important;
padding: .75em .75em !important;
background: #bbbbbb !important;
background: #bbbbbb;
cursor:pointer !important;
}
ul {
Expand Down
6 changes: 3 additions & 3 deletions static/genmon.js
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ function setupCommandButton(button){
outstr += '<td>';
outstr += '&nbsp;&nbsp;';
// NOTE: type="button" is required or the ideal forms code will crash
outstr += '<button class="button" type="button" id="' + button_id + '" style="color:#000000;float:none" onclick="' + clickCallback + ';" > ' + button_title + '</button>';
outstr += '<button class="button" type="button" id="' + button_id + '" style="background:#bbbbbb;color:#000000;float:none" onclick="' + clickCallback + ';" > ' + button_title + '</button>';
outstr += '</td>';
}
else{
Expand Down Expand Up @@ -1055,8 +1055,8 @@ function onCommandButtonClick(onewordcommand){
unsafeMessage: msg,
overlayClosesOnClick: false,
buttons: [
DisplayStrButtons.NO,
DisplayStrButtons.YES
DisplayStrButtons.YES,
DisplayStrButtons.NO
],
onSubmit: function(e) {
if (DisplayStrAnswer) {
Expand Down
2 changes: 1 addition & 1 deletion static/libraries.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/libraries.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6d1308

Please sign in to comment.