Update AIO/moon-midnight_AIO.css
This commit is contained in:
parent
c9cae75206
commit
922cd930eb
1 changed files with 2089 additions and 2041 deletions
|
|
@ -2039,3 +2039,51 @@ button[aria-label="Apps"] {
|
||||||
width: 90vw !important;
|
width: 90vw !important;
|
||||||
height: 90vh;
|
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