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

Commit 4cb542a

Browse files
authored
Update dlm-icons.css
1 parent bcfa32f commit 4cb542a

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

dlm-icons.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -424,14 +424,19 @@ div.iconWrapper_af9215[aria-label="Start Video Call"] {
424424
background-color: transparent;
425425
}
426426

427-
.actionButton__23182:first-child {
427+
.actionButton__23182[aria-label="Accept"] {
428428
content: url(https://numoder.github.io/dlm7-theme/assets/general/accept.png);
429429
}
430430

431-
.actionButton__23182:nth-child(2) {
431+
.actionButton__23182[aria-label="Ignore"] {
432432
content: url(https://numoder.github.io/dlm7-theme/assets/general/stop.png);
433433
}
434434

435+
.actionButton__23182:hover {
436+
box-shadow: 0 0 100px rgb(91, 91, 255);
437+
}
438+
439+
435440
.actionButton__23182:hover {
436441
box-shadow: 0 0 100px rgb(91, 91, 255);
437442
}
@@ -468,4 +473,4 @@ div.scroller__00e7e {
468473
background-repeat: no-repeat;
469474
background-attachment: fixed;
470475
background-position: right bottom;
471-
}
476+
}

0 commit comments

Comments
 (0)