You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
753 B

4 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div id="content">
<div>
<label for="chatWidth">Chat width (in pixels):</label>
<input type="number" id="chatWidth" name="chatWidth" min="200" max="1000" step="50">
</div>
<div>
<label for="highlightColor">Highlight color:</label>
<input type="color" id="highlightColor" name="highlightColor">
</div>
<div>
<button type="button" id="saveButton">Save &amp; apply</button>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>