From 84e0576bb59c26b9760576af216d813c806020f6 Mon Sep 17 00:00:00 2001 From: Anders Lund <anders.lund@uninett.no> Date: Tue, 3 Mar 2009 09:48:01 +0000 Subject: [PATCH] Small style adjustment git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1365 44740490-163a-0410-bde0-09ae8108e29a --- modules/consent/www/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/consent/www/style.css b/modules/consent/www/style.css index 51fe67a89..28991a505 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 +} -- GitLab