diff options
| -rw-r--r-- | webcam.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webcam.html b/webcam.html index d80985e..bbdeda2 100644 --- a/webcam.html +++ b/webcam.html @@ -5,6 +5,7 @@ label { min-width: 70px; display: inline-block; } #text_style { width: 100px; } label.cbox { min-width: 50px; } +canvas { cursor: pointer; } </style> <body class="transparent"> <div id="controls"> |
