diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-04-07 12:07:19 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-04-07 12:07:19 -0400 |
| commit | edaa49db61e331d29d7a59875b3147cc5fbce87e (patch) | |
| tree | 3f2312b104198fb66cf4cdb333ee7594180b6e60 | |
| parent | b44d9469e5c03cd8d3fad6353e3da744c3abdc6c (diff) | |
css is case sensitive
| -rw-r--r-- | public/assets/ok.css | 8 |
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; } |
