diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:43:41 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-27 19:43:41 +0200 |
commit | 56437d7445cf0cdf3d5053fbf7043b39f1a96856 (patch) | |
tree | 61a5d5efd663bf8e2dce304b202d06ee43ed2d5c /views/common/fonts.css | |
parent | 73864d898c3fb3cb0d9a8e3060ae01e780774d48 (diff) | |
download | kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.gz kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.tar.bz2 kartik-client-56437d7445cf0cdf3d5053fbf7043b39f1a96856.zip |
*Trying to* fix the mouse bug
Diffstat (limited to 'views/common/fonts.css')
-rw-r--r-- | views/common/fonts.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/common/fonts.css b/views/common/fonts.css index a7d81d5..1dd094e 100644 --- a/views/common/fonts.css +++ b/views/common/fonts.css @@ -18,6 +18,6 @@ font-family: monospace !important;
}
-body, * {
- cursor: default !important;
+* {
+ cursor: not-allowed !important;
}
\ No newline at end of file |