Skip to content

Commit d2e46ee

Browse files
authored
Merge branch 'develop' into lldap-implementation
2 parents 8b29450 + b8bec92 commit d2e46ee

File tree

38 files changed

+878
-4
lines changed

38 files changed

+878
-4
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-bazarr-logo/bazarr.webp");
4+
}
5+
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+
15+
h5.MuiTypography-root::after {
16+
content: " - Bazarr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Bazarr";
21+
}
6.44 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-jellyfin-logo/jellyfin.webp");
4+
}
5+
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+
15+
h5.MuiTypography-root::after {
16+
content: " - Jellyfin";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Jellyfin";
21+
}
7.39 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-jellyseerr-logo/jellyseerr.webp");
4+
}
5+
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+
15+
h5.MuiTypography-root::after {
16+
content: " - Jellyseerr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Jellyseerr";
21+
}
9.14 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-komga-logo/komga.webp");
4+
}
5+
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+
15+
h5.MuiTypography-root::after {
16+
content: " - Komga";
17+
}
18+
19+
#sign-in-button::after {
20+
content: " - Komga";
21+
}
13.3 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/* replace a user configured logo */
2+
.MuiBox-root[alt*="Logo"] {
3+
content: url("/css/addons/authelia/authelia-lidarr-logo/lidarr.webp");
4+
}
5+
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+
15+
h5.MuiTypography-root::after {
16+
content: "- Lidarr";
17+
}
18+
19+
#sign-in-button::after {
20+
content: "- Lidarr";
21+
}
15.3 KB
Loading

0 commit comments

Comments
 (0)