From c2deb7da27052175e6939328edb2120cc1132bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 21 Aug 2013 11:24:41 +0200 Subject: [PATCH] force cursor style for remove buttons (#2978) --- src/collective/dms/thesaurus/thesauruskeywords_input.pt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/collective/dms/thesaurus/thesauruskeywords_input.pt b/src/collective/dms/thesaurus/thesauruskeywords_input.pt index a9e94ca..a700400 100644 --- a/src/collective/dms/thesaurus/thesauruskeywords_input.pt +++ b/src/collective/dms/thesaurus/thesauruskeywords_input.pt @@ -59,6 +59,7 @@ span.remove { background: black; color: white; border-radius: 3px; + cursor: pointer; }