-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
72 lines (56 loc) · 1.12 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
headerbar{
background-image: none;
background-color: white;
border: none;
}
headerbar:backdrop{
background-color: #FAFAFA;
}
decoration {
border-radius: 12px;
}
window{
border-radius: 0px 0px 12px 12px;
}
#pane > box:last-child{
margin-bottom: 12px;
}
#pane > toolbar:last-child{
border-radius: 0px 0px 12px 12px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.05) inset;
background-color: white;
}
window{
background-color: #FAFAFA;
}
#pane > box > toolbar:first-child, #pane > box > toolbar:last-child{
box-shadow: -1px 0 0 0 rgba(0,0,0,0.036) inset;
background-color: white;
}
/* SCROLL BAR */
scrollbar.vertical {
border: 0;
margin-top: 1px;
margin-bottom: 1px;
margin-right: 1px;
background-color: rgba(0,0,0,0);
}
scrollbar.vertical trough {
border: 0;
min-width: 5px;
padding: 1px 0;
}
scrollbar.vertical slider {
border-radius: 5px;
border: 0;
min-width: 3px;
}
scrollbar.vertical:hover slider {
border-radius: 5px;
border: 0;
min-width: 5px;
}
scrollbar.vertical:hover{
background-color: #E9E9E9;
border-radius: 12px;
}