This repository was archived by the owner on Sep 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,6 +365,10 @@ div.iconWrapper_af9215[aria-label="Start Video Call"] {
365365
366366}
367367
368+ .iconWrapper_af9215 [aria-label = "New Group DM" ]{
369+ content : url (https://numoder.github.io/dlm7-theme/assets/general/chatplus.png);
370+ }
371+
368372.iconWrapper_af9215 [aria-label = "Update Ready!" ]{
369373 background : url (http://www.netscape-communications.com/wp-content/uploads/2021/07/download.png);
370374 height : 32px ;
@@ -408,6 +412,8 @@ div.iconWrapper_af9215[aria-label="Start Video Call"] {
408412 margin-left : 1.5px ;
409413}
410414
415+
416+
411417.actionButton__23182 [aria-label = "More" ] svg {
412418 background : url (https://numoder.github.io/dlm7-theme/assets/bottom%20left%20icons/815.png);
413419 background-size : 22px ;
@@ -418,16 +424,16 @@ div.iconWrapper_af9215[aria-label="Start Video Call"] {
418424 background-color : transparent;
419425}
420426
421- .attachButton_eba568 [aria-label = "Accept" ] svg {
422- background : url (https://numoder.github.io/dlm7-theme/assets/general/accept.png);
423- background-size : 20px ;
424- margin-left : 1.5px ;
427+ .actionButton__23182 : first-child {
428+ content : url (https://numoder.github.io/dlm7-theme/assets/general/accept.png);
425429}
426430
427- .attachButton_eba568 [aria-label = "Ignore" ] svg {
428- background : url (https://numoder.github.io/dlm7-theme/assets/general/stop.png);
429- background-size : 20px ;
430- margin-left : 1.5px ;
431+ .actionButton__23182 : nth-child (2 ) {
432+ content : url (https://numoder.github.io/dlm7-theme/assets/general/stop.png);
433+ }
434+
435+ .actionButton__23182 : hover {
436+ box-shadow : 0 0 100px rgb (91 , 91 , 255 );
431437}
432438
433439svg .icon__7215c {
You can’t perform that action at this time.
0 commit comments