-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyExtension.css
More file actions
68 lines (58 loc) · 977 Bytes
/
Copy pathmyExtension.css
File metadata and controls
68 lines (58 loc) · 977 Bytes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body {
margin: 0;
padding: 10px;
font-family: "Courier New", Courier, monospace;
min-width: 450px;
}
title {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 700;
color: #5f9341;
}
input {
width: 100%;
color: #5f9341;
padding: 10px;
box-sizing: border-box;
border: 1px solid #5f9341;
margin-bottom: 4px;
}
input:focus {
outline: none;
}
#input-Btn {
background-color: #5f9341;
color: white;
padding: 10px 20px;
border: none;
font-weight: 800;
cursor: pointer;
}
#delete-Btn {
background-color: white;
outline: 1px solid #5f9341;
color: #5f9341;
padding: 10px 20px;
border: none;
font-weight: 800;
cursor: pointer;
}
ul {
margin-top: 10px;
list-style: none;
padding-left: 0;
}
li {
margin-top: 5px;
}
a {
color: #5f9341;
}
#save-TabBtn {
background-color: #5f9341;
color: white;
padding: 10px 20px;
border: none;
font-weight: 800;
cursor: pointer;
}