-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcv_ui_fixes.css
62 lines (50 loc) · 2.35 KB
/
cv_ui_fixes.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
/* CSS addition sheet for Discord to resolve some issues with Zerthox's ClearVision themes;
This is a universal sheet for works created by and derived from Hebgbs.
Copyleft 2017, CC0. Do whatever you may please, use and modify at your own peril. */
/* Voice connection status */
/*DIV#voice-connection{
padding-left: 4px !Important;
padding-right: 14px !important;}*/
/* Adjust width / position of member list headings */
/*.channel-members H2{
padding: 4px 4px 4px 5px;
width: 196px !important;}*/
/* Friends and topics */
#friends [class*="headerBar-"] .tab-bar .tab-bar-item:hover:not(.selected){
background: rgba(0, 0, 0, 0.29);}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.selected{
background-color: var(--main-color);
color: #fff;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.selected{
background-color: var(--main-color) !important;
color: #fff !important;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item .badge{
background-color: var(--main-color) !important;
color: #fff !important;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
[class*="title-"] [class*="topic-"]:before,
[class*="title-"] [class*="divider-"],
#friends [class*="headerBar-"] .tab-bar .tab-bar-separator{
background-color: hsla(0, 0%, 85%, .1) !important;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item,
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.tab-bar-item-primary{
color: hsla(0, 0%, 100%, .6);}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.tab-bar-item-primary{
background-color: transparent !important;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.tab-bar-item-primary:hover:not(.selected){
background-color: rgba(0, 0, 0, 0.29) !important;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.tab-bar-item-primary.selected{
background-color: var(--main-color) !important;
color: #fff;}
#friends [class*="headerBar-"] .tab-bar .tab-bar-item.selected .badge{
color: var(--main-color) !important;
background-color: #fff !important;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-webkit-animation: none;
animation: none;}