-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.css
65 lines (57 loc) · 972 Bytes
/
popup.css
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
body {
width: 400px;
min-height: 150px;
background: rgb(120, 100, 150);
}
h2 {
color: white;
text-align: center;
}
button {
background: gray;
border: none;
color: white;
background: rgb(120, 90, 150);
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
float: right;
margin-left: 10px;
}
.buttonFile {
background: gray;
border: none;
background: rgb(150, 120, 150);
color: white;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
float: left;
}
.innerDiv {
float: right;
}
#roll {
margin-top: 13px;
background: rgb(120, 110, 150);
padding: 3px;
}
#nosave {
background: rgb(150, 120, 150);
border-radius: 4px;
padding: 5;
margin-top: 5px;
}
.savefile {
background: rgb(150, 120, 150);
border-radius: 4px;
padding: 5;
margin-top: 5px;
align-content: stretch;
height: 15px;
}
.save:hover {
background: rgb(150, 100, 150);
}