diff options
| -rw-r--r-- | public/assets/img/x-w.png | bin | 0 -> 389 bytes | |||
| -rw-r--r-- | public/assets/ok.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/img/x-w.png b/public/assets/img/x-w.png Binary files differnew file mode 100644 index 0000000..076b63d --- /dev/null +++ b/public/assets/img/x-w.png diff --git a/public/assets/ok.css b/public/assets/ok.css index 62c4428..64d139d 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -167,7 +167,7 @@ menu ul { opacity: 0.1; transition: 150ms opacity cubic-bezier(0, 0, 0, 1); background: #eee; - cursor: url(img/x.png), pointer; + cursor: url(img/x-w.png), pointer; } div, |
