Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit bcfa32f

Browse files
committed
slight shadow on friend buttons in home
1 parent a44ebaf commit bcfa32f

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

dlm-icons.css

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff 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

433439
svg.icon__7215c{

0 commit comments

Comments
 (0)