-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
48 lines (41 loc) · 868 Bytes
/
style.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
.logtime-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.logtime-time {
font-feature-settings: "tnum";
}
.logtime-date-form {
border-bottom: 1px solid rgba(0,186,188,0.7);
padding-bottom: 5px;
margin-bottom: 5px;
}
.logtime-date-form .logtime-item:not(:last-child) {
padding-bottom: 3px;
}
.logtime-date-form label {
margin-bottom: 0;
}
.logtime-date-form input {
color: #00babc;
border: 1px solid rgba(0,186,188,0.7);
border-radius: 0;
min-width: 110px;
}
.logtime-date-form input:hover,
.logtime-date-form input:focus {
color: #333333;
border: 1px solid rgba(51,51,51,0.7);
}
#logtimeDropdownMenu {
font-family: "Futura PT", "Futura", "Helvetica", "Sans serif";
font-size: 12px;
font-weight: 400;
text-transform: none;
line-height: 1.428571429;
color: #333333;
top: 21px;
padding: 5px;
min-width: 160px;
}