-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
31 lines (29 loc) · 1.2 KB
/
popup.html
File metadata and controls
31 lines (29 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<style>
body {
width: 400px;
height: 330px;
font-family: Arial;
}
label {
margin-left: 10px;
}
div[class="clr-field"] {
margin: 1px;
}
</style>
<script src="popup.js"></script>
<link rel="stylesheet" href="coloris/coloris.css"/>
<script src="coloris/coloris.js"></script>
</head>
<body>
<input data-coloris type="text" id="scratch3-light"><label for="scratch3-light">Scratch 3.0 pages lighter color</label><br>
<input data-coloris type="text" id="scratch3-dark"><label for="scratch3-dark">Scratch 3.0 pages darker color</label><br>
<input data-coloris type="text" id="scratch2-light"><label for="scratch2-light">Scratch 2.0 pages lighter color</label><br>
<input data-coloris type="text" id="scratch2-dark"><label for="scratch2-dark">Scratch 2.0 pages darker color</label><br>
<br>
<button id="save">Save</button><span>    </span><button id="default">Reset to default</button>
</body>
</html>