Update UI Tweaks/tweaks.css
This commit is contained in:
parent
b1f1a2c3ca
commit
2604cdb8c5
1 changed files with 187 additions and 139 deletions
|
|
@ -138,3 +138,51 @@ button[aria-label="Apps"] {
|
|||
width: 90vw !important;
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Unread msg and selected channel snippet
|
||||
* @author Amnissya
|
||||
* @description Random snippet on gibbu's support server that transforms the unread channel behaviour and current channel behaviour
|
||||
*/
|
||||
|
||||
/*=============================================*/
|
||||
/*unread msg*/
|
||||
|
||||
|
||||
/*server*/
|
||||
:where(.visual-refresh) .modeUnreadImportant__2ea32 .icon__2ea32, :where(.visual-refresh) .modeUnreadImportant__2ea32:hover .icon__2ea32 {
|
||||
color: #cd664c!important;
|
||||
}
|
||||
|
||||
.modeUnreadImportant__2ea32 .name__2ea32 {
|
||||
color: #cd664c!important;
|
||||
}
|
||||
.unreadImportant__2ea32 {
|
||||
display: none;
|
||||
}
|
||||
/*dms*/
|
||||
:where(.visual-refresh) .highlighted__20a53 {
|
||||
color: #cd664c;
|
||||
}
|
||||
.unreadPill__972a0 {
|
||||
display: none;
|
||||
}
|
||||
/*=============================================*/
|
||||
/*server select read*/
|
||||
|
||||
/*server*/
|
||||
.container__2637a .wrapper__2ea32.modeSelected__2ea32 .name__2ea32, .container__2637a .wrapper__2ea32.modeConnected__2ea32 .name__2ea32 {
|
||||
color: #89b482!important;
|
||||
}
|
||||
.modeSelected__2ea32 .link__2ea32, .modeSelected__2ea32:hover .link__2ea32 {
|
||||
background:none;
|
||||
}
|
||||
.container__2637a .wrapper__2ea32.modeSelected__2ea32 .icon__2ea32, .container__2637a .wrapper__2ea32.modeConnected__2ea32 .icon__2ea32 {
|
||||
color: #89b482!important;
|
||||
}
|
||||
/*dms*/
|
||||
:where(.visual-refresh) .interactive__972a0:active, :where(.visual-refresh) .interactiveSelected__972a0 {
|
||||
color: #89b482!important;
|
||||
background: none;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue