From 5ff272f18f04adf7a0ffbefe2d2af39aa1e348f3 Mon Sep 17 00:00:00 2001 From: He4eT Date: Sat, 20 Apr 2019 01:28:25 +0500 Subject: [PATCH] notifications: style --- notifications/notifications.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 notifications/notifications.css diff --git a/notifications/notifications.css b/notifications/notifications.css new file mode 100644 index 0000000..49023cb --- /dev/null +++ b/notifications/notifications.css @@ -0,0 +1,8 @@ +#XfceNotifyWindow { + border-radius: 1px; + border: 3px solid #000; +} + +#XfceNotifyWindow:hover { + border-color: #fff; +}