diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css
index 51fe67a890e9bcb0f2bb19cefa49650248f68506..28991a50509fae1f6d5ddfcf96fce1547918b037 100644
--- a/modules/consent/www/style.css
+++ b/modules/consent/www/style.css
@@ -1,10 +1,8 @@
 fieldset {
 	padding: 0px;
 }
+
 fieldset legend {
-	cursor: pointer; cursor: hand;
-}
-fieldset legend:hover {
 	background: #eee;
 }
 
@@ -51,4 +49,4 @@ table#table_with_attributes td.attrname {
 }
 table#table_with_attributes ul {
 	margin: 0px;
-}
\ No newline at end of file
+}