From d607d1fb6c7ad1f43f0b702a7343fd464a2e96b7 Mon Sep 17 00:00:00 2001 From: gwenhael Date: Wed, 26 Mar 2014 12:31:29 +0100 Subject: [PATCH] show clickable nature of filters --- templates/default/styles/style-base.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/default/styles/style-base.css b/templates/default/styles/style-base.css index 6aa6af7..5ce9480 100644 --- a/templates/default/styles/style-base.css +++ b/templates/default/styles/style-base.css @@ -75,6 +75,10 @@ text-align: left; text-transform:none; } +#filter ul li { +cursor: pointer; +} + li { display: inline-block; padding: .2em 1em; @@ -420,4 +424,4 @@ body { margin: 5px; font-size: 0.85em;/*12px/16px */ font-weight:400; /* Better supported than 'lighter' attribute */ } -} \ No newline at end of file +}