Skip to content

Commit b17bdd3

Browse files
committed
Make authelia logo replacement work with default login page svg
1 parent 39b67dd commit b17bdd3

16 files changed

Lines changed: 161 additions & 0 deletions

File tree

css/addons/authelia/authelia-bazarr-logo/authelia-bazarr-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-bazarr-logo/bazarr.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-bazarr-logo/bazarr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Bazarr";
717
}

css/addons/authelia/authelia-jellyfin-logo/authelia-jellyfin-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-jellyfin-logo/jellyfin.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-jellyfin-logo/jellyfin.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Jellyfin";
717
}

css/addons/authelia/authelia-jellyseerr-logo/authelia-jellyseerr-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-jellyseerr-logo/jellyseerr.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-jellyseerr-logo/jellyseerr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Jellyseerr";
717
}

css/addons/authelia/authelia-komga-logo/authelia-komga-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-komga-logo/komga.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-komga-logo/komga.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Komga";
717
}

css/addons/authelia/authelia-lidarr-logo/authelia-lidarr-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-lidarr-logo/lidarr.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-lidarr-logo/lidarr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: "- Lidarr";
717
}

css/addons/authelia/authelia-lldap-logo/authelia-lldap-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-lldap-logo/lldap.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-lldap-logo/lldap.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - LLDAP";
717
}

css/addons/authelia/authelia-mylar-logo/authelia-mylar-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-mylar-logo/mylar3.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-mylar-logo/mylar3.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Mylar";
717
}

css/addons/authelia/authelia-photoprism-logo/authelia-photoprism-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-photoprism-logo/photoprism.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-photoprism-logo/photoprism.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - PhotoPrism";
717
}

css/addons/authelia/authelia-pihole-logo/authelia-pihole-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-pihole-logo/pi-hole.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-pihole-logo/pi-hole.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Pi-hole";
717
}

css/addons/authelia/authelia-prowlarr-logo/authelia-prowlarr-logo.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
/* replace a user configured logo */
12
.MuiBox-root[alt*="Logo"] {
23
content: url("/css/addons/authelia/authelia-prowlarr-logo/prowlarr.webp");
34
}
45

6+
/* Replace the default svg icon */
7+
svg#UserSvg[class*="-icon"] {
8+
fill: none;
9+
background-image: url("/css/addons/authelia/authelia-prowlarr-logo/prowlarr.webp");
10+
background-size: contain;
11+
background-repeat: no-repeat;
12+
background-position: center;
13+
}
14+
515
h5.MuiTypography-root::after {
616
content: " - Prowlarr";
717
}

0 commit comments

Comments
 (0)