diff options
| author | 2013-07-13 21:23:46 +0200 | |
|---|---|---|
| committer | 2013-07-13 21:23:46 +0200 | |
| commit | 89eab5679656afc89442ffc3adf5316af46606c1 (patch) | |
| tree | b0a76d5192247306324533cc71877f5379dbcc49 /static/css | |
| parent | 84ae7a5fd4524cc06def467efd62019d810781f4 (diff) | |
| download | scrumli-89eab5679656afc89442ffc3adf5316af46606c1.tar.gz scrumli-89eab5679656afc89442ffc3adf5316af46606c1.zip | |
Make certain items seem more clickable
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/scrumli.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/scrumli.css b/static/css/scrumli.css new file mode 100644 index 0000000..97ada10 --- /dev/null +++ b/static/css/scrumli.css @@ -0,0 +1,3 @@ +.clickable { + cursor: pointer; +} |
