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; +}