swaync: add urgency border colours
This commit is contained in:
parent
130c3a5aee
commit
99eb7c8bbc
1 changed files with 3 additions and 3 deletions
|
@ -63,9 +63,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-row .notification-background .notification.normal {
|
.notification-row .notification-background .notification.normal {
|
||||||
|
border: 2px solid #98971a;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-row .notification-background .notification.critical {
|
.notification-row .notification-background .notification.critical {
|
||||||
|
border: 2px solid #fb4934;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notification-row .notification-background .notification .notification-action,
|
.notification-row .notification-background .notification .notification-action,
|
||||||
|
@ -395,9 +397,7 @@
|
||||||
|
|
||||||
.control-center .control-center-list .notification .notification-default-action,
|
.control-center .control-center-list .notification .notification-default-action,
|
||||||
.control-center .control-center-list .notification .notification-action {
|
.control-center .control-center-list .notification .notification-action {
|
||||||
transition:
|
transition: opacity 400ms ease-in-out, background 0.15s ease-in-out;
|
||||||
opacity 400ms ease-in-out,
|
|
||||||
background 0.15s ease-in-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-center
|
.control-center
|
||||||
|
|
Loading…
Add table
Reference in a new issue