summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam@sotk.co.uk>2015-09-27 00:15:36 +0100
committerAdam Coldrick <adam@sotk.co.uk>2015-09-28 20:26:11 +0100
commitf4985343ebbdf8943187ff71229d50387dc3cde7 (patch)
treeb7f3f5bec5698eaba4e325fcfef052c0a63db184
parent65b8aa1e35c8a9d00c2eb7247f0327ed5b90eec7 (diff)
downloadciat-ui-f4985343ebbdf8943187ff71229d50387dc3cde7.tar.gz
Hover cursor
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6c39ae2..0a568af 100644
--- a/style.css
+++ b/style.css
@@ -43,6 +43,10 @@ h1>span {
border-radius: 0.5em;
}
+.box:hover {
+ cursor: pointer;
+}
+
.pass {
background: #77ee77;
border: 2px solid #00dd00;