-
Notifications
You must be signed in to change notification settings - Fork 3
/
RealDarkTextBoxButtons.theme.css
83 lines (68 loc) · 1.78 KB
/
RealDarkTextBoxButtons.theme.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
76
77
78
79
80
81
82
83
/**
* @name RealDark TextBox Buttons
* @author D Mack (dmack6464)
* @version 2.5
* @description Optional addition to RealDark (or any?) theme that attempts to replace the TextBox icon buttons with caption buttons.
* @source https://github.com/dmack6464/RealDark/
* @website https://discord.gg/pB2SmhC/
*/
/* refer to RealDarkConfiguration.theme.css for referenced variables. */
/* config warning */
.channelTextArea-rNsIhG:before {
display: var(--disableWarning);
color: red;
content: "RealDark requires RealDarkConfiguration.theme.css, which appears to be missing!!!";
}
/* This snippet was taken directly from RealDark 1.20 without modifications. */
.attachButton-2WznTc {
padding: 6px 0px 6px 0px;
}
.attachButton-2WznTc div {
display: none;
}
.attachButton-2WznTc:before {
content:"Att. File";
color: var(--text);
border-right: 1px solid var(--accentcolor);
/* 2020 update */
width: 40px;
}
.attachButton-2WznTc:hover:before {
color: var(--links);
}
.button-2vd_v_ {
padding: 6px 0px 6px 0px;
}
.buttons-205you {
padding-right:0px;
}
.emojiButtonNormal-TdumYh,
.da-emojiButtonHovered,
.emojiButtonHovered-1rWNal {
opacity: 1;
width: 50px!important;
}
.theme-dark .emojiButtonNormal-TdumYh div,
.emojiButton-3uL3Aw div {
display: none;
}
.theme-dark .emojiButtonNormal-TdumYh:not(.emojiButtonHovered-1rWNal):before,
.emojiButton-3uL3Aw:not(.emojiButtonHovered-1rWNal):before {
content:"Send Emote";
color: var(--text);
border-left: 1px solid var(--accentcolor);
}
.theme-dark .da-emojiButtonHovered:before,
.emojiButtonHovered-1rWNal:before {
content:"Send Emote";
color: var(--links);
border-left: 1px solid var(--accentcolor);
}
.theme-dark .attachButtonPlus-rUdX-B {
fill: var(--accentcolor);
opacity: 1;
}
.button-s03oPN {
color: var(--accentcolor)!important;
opacity: 1;
}