summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 21:16:35 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 21:16:35 +0200
commit06efdf58f406cee872a7993a0b5446c639697418 (patch)
tree8e2d9207506832a300b445d6e19d279365f4fc3b /static
parentea14f46429fc6262f3806ecec748f1945a0e6169 (diff)
downloadkosten-06efdf58f406cee872a7993a0b5446c639697418.tar.gz
kosten-06efdf58f406cee872a7993a0b5446c639697418.tar.bz2
kosten-06efdf58f406cee872a7993a0b5446c639697418.zip
change cursor
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 81a563a..56abd29 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -73,6 +73,11 @@ img.right {
div.detail > .heading {
font-weight: bold;
+ cursor: pointer;
+}
+
+div.detail > .mark {
+ cursor: pointer;
}