-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathapplication.css
More file actions
69 lines (56 loc) · 1.06 KB
/
application.css
File metadata and controls
69 lines (56 loc) · 1.06 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
63
64
65
66
67
68
69
.titlebar + scrolledwindow undershoot.top {
background:
linear-gradient(
@borders,
alpha(black, 0.05) 1px,
alpha(black, 0.0) 0.444rem
);
}
.message-list list {
padding: 0 1rem 0.25rem;
}
.message-list list > .h4 {
font-size: 1.25rem;
font-weight: 600;
padding: 0.75rem 0;
}
.message-list list > .h4 + .h4 {
margin-bottom: 2.75em;
}
.message-list-item {
margin: 0.75rem 0;
}
.message-list-item.collapsed + .message-list-item {
margin-top: -3.25em;
margin-bottom: 1em;
}
.conversation-list-item {
box-shadow: 0 -1px 0 @menu_separator;
}
entry button,
entry entry {
border: none;
box-shadow: none;
background: none;
padding: 0;
}
entry button label {
opacity: 0.6;
padding: 0 3px;
}
entry button:hover label {
opacity: 1;
}
entry button:focus {
background-color: alpha (@text_color, 0.15);
}
entry button:checked label {
color: @accent_color;
opacity: 1;
}
entry button:disabled label {
opacity: 0.5;
}
.unread-message {
font-weight: bolder;
}