-
Notifications
You must be signed in to change notification settings - Fork 0
/
light.css
80 lines (62 loc) · 1.03 KB
/
light.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.field {
border-left: 10px solid #e6e6e6;
background-color: white;
color: white;
}
#commandScreen {
background-color: #f7f7f7;
color: black;
}
#optionsScreen {
background-color: #f0f0f0;
}
#optionsButton {
background-color: #b0b0b0;
color: white;
}
#optionsButton.pressed {
background-color: dimgray;
color: white;
}
.osEntry {
background-color: #fdfdfd;
}
.field {
color: black;
}
.fieldSubContainer {
border-top: 1px solid lightgray;
}
.transparentOutline {
box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.3) inset;
}
.animationContainer {
border-top: 1px solid lightgrey;
}
.animationButton {
color: black;
}
.animationEditButton {
color: black;
}
.animationEditContainer div input[type=text] {
border-bottom: 1px solid black;
}
.slider {
background-color: #ededed;
}
.slider::-webkit-slider-thumb {
background: black;
}
.slider::-moz-range-thumb {
background: black;
}
.ftRootContent > div {
border-top: 0.5px solid black;
}
.ftRootSVGWrapper > svg {
fill: black;
}
.Broitel {
border-bottom: 0.5px solid black;
}