-
Notifications
You must be signed in to change notification settings - Fork 8
/
mod.less
68 lines (55 loc) · 1.21 KB
/
mod.less
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
@import (reference) "style";
// Removed things
.thing.spam,
div.thing.comment div.child div.thing.comment.spam,
div.thing.comment div.child div.thing.comment div.child .comment div.comment.spam {
background-color: @mod-remove-bg !important;
background-image: none !important;
}
.comment.spam > .child {
// Fixes ugly white coloring with nested removed comments
background-color: transparent;
}
// Mod buttons
.entry .buttons {
.remove-button a {
color: @mod-remove-color !important;
&:hover {
color: saturate(@mod-remove-color, 25%) !important;
}
}
.approve-button a{
color: @mod-approve-color !important;
&:hover {
color: saturate(@mod-approve-color, 25%) !important;
}
}
}
// Report reasons
.thing .report-reasons {
padding: 4px 0;
}
.thing .buttons li.reported-stamp,
.thing .report-reasons li {
color: black;
opacity: 1;
}
// CSS page
#subreddit-stylesheet .sheets {
margin-right: 0;
}
#image-preview-list {
overflow: auto; // Clear float and get ul to fit to its content
}
//**********
// Toolbox *
//**********
.mod-toolbox .menuarea.modtools {
margin-right: 0 !important;
}
.tb-dt-bg-#ED4337,
.tb-dt-bg-#0082FF {
a {
color: white;
}
}