-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
75 lines (64 loc) · 1.14 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
73
74
75
window {
background: transparent;
}
window:not(.desktop) {
background: @theme_bg_color;
}
.path_bar {
margin: 5px;
background: alpha(CurrentColor, 0.05);
}
.file_container {
background: @theme_base_color;
}
.desktop .file_container {
background: transparent;
}
.file_container flowbox {
margin: 5px;
}
.file_container flowboxchild:hover {
background: alpha(CurrentColor, 0.1);
}
.navbar button {
margin: 5px;
}
.revealer_sidebar {
}
.revealer_sidebar.mobile {
background: alpha(@theme_base_color, 0.9);
}
.sidebar {
background: transparent;
border-right: 1px solid @borders;
}
.sidebar flowboxchild {
padding-left: 10px;
padding-right: 10px;
margin: 5px 5px 0px 5px;
}
.sidebar flowboxchild:hover {
background: alpha(CurrentColor, 0.1);
}
.place progressbar trough {
min-height: 3px;
min-width: 0px;
}
flowboxchild {
transition: all 0.1s linear;
}
editablelabel.editing text {
border-radius: 4px;
}
editablelabel.editing selection {
background: @theme_selected_bg_color;
}
.box_overlay {
background: rgba(0, 0, 0, 0.25);
}
.card .property {
padding: 10px;
}
.card .property:not(:last-child) {
border-bottom: 1px solid @borders;
}