From 124ab116e7e7097d68ecb26c2ef54b89aef89176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 6 Nov 2017 14:54:07 +0100 Subject: [PATCH] Changed cursor of toast --- server/public/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 193ff9c9..c27ac86f 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -1246,6 +1246,10 @@ hide mdi-action-visibility mdi-action-visibility-off display: flex; } +.toast { + cursor: pointer; +} + @media only screen and (min-width: 993px){ .toast { float: left;