forked from TheEnigmaBlade/leagueoflegends-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.less
50 lines (39 loc) · 796 Bytes
/
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
// Removed things
.thing.spam {
padding: 8px 8px 8px 0 !important;
background-color: @mod-remove-bg !important;
}
// 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
#image-preview-list {
overflow: hidden; // wat
}
//****************
// Toolbox fixes *
//****************
.mod-toolbox .menuarea.modtools {
margin-right: 0 !important;
}