mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-08-24 02:41:42 +02:00
Compare commits
4 Commits
2dbf346dfe
...
60c1d24d9e
Author | SHA1 | Date | |
---|---|---|---|
|
60c1d24d9e | ||
|
1e822729c3 | ||
|
80ac8f7feb | ||
|
4477016722 |
@ -80,47 +80,47 @@
|
||||
------------------------------------------------------------------------------------- */
|
||||
@media all {
|
||||
.cursor-auto {
|
||||
cursor: auto;
|
||||
cursor: auto !important;
|
||||
}
|
||||
|
||||
.cursor-default {
|
||||
cursor: default;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.cursor-wait {
|
||||
cursor: wait;
|
||||
cursor: wait !important;
|
||||
}
|
||||
|
||||
.cursor-text {
|
||||
cursor: text;
|
||||
cursor: text !important;
|
||||
}
|
||||
|
||||
.cursor-move {
|
||||
cursor: move;
|
||||
cursor: move !important;
|
||||
}
|
||||
|
||||
.cursor-help {
|
||||
cursor: help;
|
||||
cursor: help !important;
|
||||
}
|
||||
|
||||
.cursor-not-allowed {
|
||||
cursor: not-allowed;
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
|
||||
.cursor-inherit {
|
||||
cursor: inherit;
|
||||
cursor: inherit !important;
|
||||
}
|
||||
|
||||
.cursor-zoom-in {
|
||||
cursor: zoom-in;
|
||||
cursor: zoom-in !important;
|
||||
}
|
||||
|
||||
.cursor-zoom-out {
|
||||
cursor: zoom-out;
|
||||
cursor: zoom-out !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -44,7 +44,7 @@ x-allianceauth-health-check: &allianceauth-health-checks
|
||||
|
||||
services:
|
||||
auth_mysql:
|
||||
image: mariadb:10.11
|
||||
image: mariadb:lts
|
||||
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci, --default-authentication-plugin=mysql_native_password]
|
||||
volumes:
|
||||
- ./mysql-data:/var/lib/mysql
|
||||
|
Loading…
x
Reference in New Issue
Block a user