fix white color for login-message

This commit is contained in:
ralf 2023-02-21 19:06:39 +01:00
parent 8387cae7f9
commit da5c50f26d
5 changed files with 5 additions and 5 deletions

View File

@ -1874,7 +1874,7 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;

View File

@ -1854,7 +1854,7 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;

View File

@ -1864,7 +1864,7 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;

View File

@ -44,7 +44,7 @@ div#loginMainDiv.stockLoginBackground {
}
}
}
div#loginScreenMessage p {
div#loginScreenMessage {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;

View File

@ -1885,7 +1885,7 @@ div#loginMainDiv.stockLoginBackground div#divAppIconBar div#divLogo div.login_lo
max-width: 350px;
background-size: 100%;
}
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage p {
div#loginMainDiv.stockLoginBackground div#divAppIconBar div#loginScreenMessage {
font-weight: bold;
color: white;
font-family: arial, helvetica, sans-serif;