summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/ok.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css
index ef2a209..4c05bc0 100644
--- a/public/assets/ok.css
+++ b/public/assets/ok.css
@@ -523,7 +523,7 @@ body {
margin-left: 20vw;
cursor: url(img/u.png) 32 0, pointer;
}
-.whiteCursor .page-up {
+.whitecursor .page-up {
cursor: url(img/u-white.png) 32 0, pointer;
}
@@ -537,7 +537,7 @@ body {
margin-left: 20vw;
cursor: url(img/d.png) 32 64, pointer;
}
-.whiteCursor .page-down {
+.whitecursor .page-down {
cursor: url(img/d-white.png) 32 64, pointer;
}
@@ -589,7 +589,7 @@ button.next {
cursor: url(img/r.png)64 32, pointer;
z-index: 4;
}
-.whiteCursor button.next {
+.whitecursor button.next {
cursor: url(img/r-white.png)64 32, pointer;
}
@@ -598,7 +598,7 @@ button.previous {
cursor: url(img/l.png) 0 32, pointer;
z-index: 4;
}
-.whiteCursor button.previous {
+.whitecursor button.previous {
cursor: url(img/l-white.png) 0 32, pointer;
}