mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 19:01:42 +02:00
Compare commits
1 Commits
1828640bd3
...
e3de553d77
Author | SHA1 | Date | |
---|---|---|---|
|
e3de553d77 |
@ -80,47 +80,47 @@
|
|||||||
------------------------------------------------------------------------------------- */
|
------------------------------------------------------------------------------------- */
|
||||||
@media all {
|
@media all {
|
||||||
.cursor-auto {
|
.cursor-auto {
|
||||||
cursor: auto !important;
|
cursor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-default {
|
.cursor-default {
|
||||||
cursor: default !important;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-pointer {
|
.cursor-pointer {
|
||||||
cursor: pointer !important;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-wait {
|
.cursor-wait {
|
||||||
cursor: wait !important;
|
cursor: wait;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-text {
|
.cursor-text {
|
||||||
cursor: text !important;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-move {
|
.cursor-move {
|
||||||
cursor: move !important;
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-help {
|
.cursor-help {
|
||||||
cursor: help !important;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-not-allowed {
|
.cursor-not-allowed {
|
||||||
cursor: not-allowed !important;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-inherit {
|
.cursor-inherit {
|
||||||
cursor: inherit !important;
|
cursor: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-zoom-in {
|
.cursor-zoom-in {
|
||||||
cursor: zoom-in !important;
|
cursor: zoom-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cursor-zoom-out {
|
.cursor-zoom-out {
|
||||||
cursor: zoom-out !important;
|
cursor: zoom-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user