statt "package://assets" lieber "../..", hoffentlich nichts kaputt, weg damit
This commit is contained in:
@@ -47,7 +47,7 @@ body {
|
||||
header {
|
||||
height: 5em;
|
||||
margin-bottom: 2em;
|
||||
background-image: url("package://assets/img/login/logo.png");
|
||||
background-image: url("../../img/login/logo.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
@@ -155,7 +155,7 @@ main form button.transparent:focus {
|
||||
|
||||
main form button.transparent#submit {
|
||||
width: 3.25em;
|
||||
background-image: url("package://assets/img/login/enter.png");
|
||||
background-image: url("../../img/login/enter.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
background-size: contain;
|
||||
@@ -208,7 +208,7 @@ body.light main {
|
||||
}
|
||||
|
||||
body.light header {
|
||||
background-image: url("package://assets/img/login/logo-light.png");
|
||||
background-image: url("../../img/login/logo-light.png");
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ body.light form span#password-visibility::before {
|
||||
}
|
||||
|
||||
body.light form button.transparent#submit {
|
||||
background-image: url("package://assets/img/login/enter-dark.png");
|
||||
background-image: url("../../img/login/enter-dark.png");
|
||||
}
|
||||
|
||||
body.light form #alert {
|
||||
|
||||
Reference in New Issue
Block a user