Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Pfeufer
4995345cd8 Merge branch 'retract-group-application-button' into 'master'
[ADD] Retract group application button

See merge request allianceauth/allianceauth!1748
2025-08-09 20:40:19 +00:00

View File

@ -80,47 +80,47 @@
------------------------------------------------------------------------------------- */
@media all {
.cursor-auto {
cursor: auto !important;
cursor: auto;
}
.cursor-default {
cursor: default !important;
cursor: default;
}
.cursor-pointer {
cursor: pointer !important;
cursor: pointer;
}
.cursor-wait {
cursor: wait !important;
cursor: wait;
}
.cursor-text {
cursor: text !important;
cursor: text;
}
.cursor-move {
cursor: move !important;
cursor: move;
}
.cursor-help {
cursor: help !important;
cursor: help;
}
.cursor-not-allowed {
cursor: not-allowed !important;
cursor: not-allowed;
}
.cursor-inherit {
cursor: inherit !important;
cursor: inherit;
}
.cursor-zoom-in {
cursor: zoom-in !important;
cursor: zoom-in;
}
.cursor-zoom-out {
cursor: zoom-out !important;
cursor: zoom-out;
}
}