diff --git a/Nomyx-Web.cabal b/Nomyx-Web.cabal
--- a/Nomyx-Web.cabal
+++ b/Nomyx-Web.cabal
@@ -1,5 +1,5 @@
 name: Nomyx-Web
-version: 0.7.3
+version: 0.7.4
 cabal-version: >=1.6
 build-type: Simple
 license: BSD3
@@ -16,8 +16,8 @@
 extra-source-files: README.md
  
 library
-    build-depends: Nomyx-Language         == 0.7.3,
-                   Nomyx-Core             == 0.7.3,
+    build-depends: Nomyx-Language         == 0.7.4,
+                   Nomyx-Core             == 0.7.4,
                    base                   >= 4.6 && <5,
                    blaze-html             == 0.7.*,
                    blaze-markup           == 0.6.*,
diff --git a/data/static/css/nomyx.css b/data/static/css/nomyx.css
--- a/data/static/css/nomyx.css
+++ b/data/static/css/nomyx.css
@@ -108,7 +108,8 @@
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
-   margin:3px;
+   margin: 3px;
+   cursor: pointer;
 }
 
 #header {
