Skip to content

Instantly share code, notes, and snippets.

@ESWBitto
Last active September 30, 2015 12:43
Show Gist options
  • Save ESWBitto/61755ec103c9f988f570 to your computer and use it in GitHub Desktop.
Save ESWBitto/61755ec103c9f988f570 to your computer and use it in GitHub Desktop.
Alfresco Login Background Image Version 5.0.d
.form-fields.login .form-field > span.yui-button {
border-color: #2598d0 !important;
}
.form-fields.login .form-field > span.yui-button > .first-child {
border-color: #2598d0 !important;
background-color: #2598d0 !important;
}
.alfresco-guest .sticky-wrapper {
background: url("images/abstract.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size:: cover;
-o-background-size:: cover;
background-size:: cover;
}
@drisschelouati
Copy link

Works perfectly ! excellent work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment