-
Notifications
You must be signed in to change notification settings - Fork 0
/
toolbarstyle.css
55 lines (48 loc) · 1.05 KB
/
toolbarstyle.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
.ModelMenu {
background: rgba(42, 42, 42, 0.8);
padding: 4px;
border-radius: 10px;
}
#toolbar input {
vertical-align: middle;
padding-top: 2px;
padding-bottom: 2px;
}
.cal {
vertical-align: middle;
}
.modal {
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
}
.modal-content {
background: rgba(42, 42, 42, 0.8);
padding: 4px;
border-radius: 10px;
margin: auto;
width: 100%;
}
.close {
color: #fefefe;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #aaaaaa;
text-decoration: none;
cursor: pointer;
}
.panel{
display: grid;
grid-template-columns: auto auto auto auto auto auto auto;
grid-template-rows: auto 30px;
}
.schedule{
display: grid;
grid-template-columns: auto auto auto auto auto;
grid-template-rows: auto auto auto 30px;
}