From 9b1a6388a7768567851c3ee675387b433fc8026e Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 14 Nov 2011 20:40:13 +0100 Subject: [PATCH] Added css cursur attribute for notification div. --- openslides/static/styles/base.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index d07b75170..68d4d64ef 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -516,6 +516,8 @@ fieldset { position: relative; line-height: 100%; width: 96%; + cursor: pointer; + cursor: hand; } .notification .close { color: #990000;