-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdat-gui-light-theme.css
More file actions
62 lines (48 loc) · 1.1 KB
/
dat-gui-light-theme.css
File metadata and controls
62 lines (48 loc) · 1.1 KB
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
#gui .dg.main.taller-than-window .close-button {
border-top: 1px solid #ddd;
}
#gui .dg.main .close-button {
background-color: #e8e8e8;
}
#gui .dg.main .close-button:hover {
background-color: #ddd;
}
#gui .dg {
color: #555;
text-shadow: none !important;
}
#gui .dg.main::-webkit-scrollbar {
background: #fafafa;
}
#gui .dg.main::-webkit-scrollbar-thumb {
background: #bbb;
}
#gui .dg li:not(.folder) {
background: #fafafa;
border-bottom: 1px solid #ddd;
}
#gui .dg li.save-row .button {
text-shadow: none !important;
}
#gui .dg li.title {
background: #e8e8e8 url(data:image/gif;base64,R0lGODlhBQAFAJEAAP////Pz8////////yH5BAEAAAIALAAAAAAFAAUAAAIIlI+hKgFxoCgAOw==) 6px 10px no-repeat;
}
#gui .dg .cr.function:hover,#gui .dg .cr.boolean:hover {
background: #fff;
}
#gui .dg .c input[type=text] {
background: #e9e9e9;
}
#gui .dg .c input[type=text]:hover {
background: #eee;
}
#gui .dg .c input[type=text]:focus {
background: #eee;
color: #555;
}
#gui .dg .c .slider {
background: #e9e9e9;
}
#gui .dg .c .slider:hover {
background: #eee;
}