Skip to content

Commit

Permalink
Test bluefy
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ard committed Aug 1, 2024
1 parent ac51bba commit c411dea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions bluefy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<html>
<head>
<title>Test</title>
</head>

<body>
<input type="checkbox" onclick="document.getElementById('myText').disabled = !this.checked" />
<input type="text" id="myText" disabled />

</body>
</html>
1 change: 0 additions & 1 deletion calibrate/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ body {
}

.ui_calibration_checkbox{
max-height: 50px;
}

.ui_submenu{
Expand Down

0 comments on commit c411dea

Please sign in to comment.