1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-23 05:56:02 +02:00

Merge pull request #8601 from nextcloud/theming-fix-background-color

Remove too restrict check for background image/color
Bu işleme şunda yer alıyor:
Morris Jobke 2018-03-05 11:28:41 +01:00 işlemeyi yapan: GitHub
işleme 3ced2c7ab2
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23

Dosyayı Görüntüle

@ -101,13 +101,11 @@
}
}
@if variable_exists('theming-background-mime') and $theming-background-mime != '' {
#body-login,
#firstrunwizard .firstrunwizard-header,
#theming-preview {
background-image: url(#{$image-login-background});
background-color: $color-primary;
}
#body-login,
#firstrunwizard .firstrunwizard-header,
#theming-preview {
background-image: url(#{$image-login-background});
background-color: $color-primary;
}
input.primary,