Hi, I have been working on customizing the login page using the branding.jar found at https://github.com/Zer0CoolX/guacamole-customize-loginscreen-extension and I'm 95% there.
What I am having an issue with is the "Username" and "Password" prompts that appear in the text boxes when not selected. [cid:[email protected]] [cid:[email protected]] For the changes I have made the text is no longer visible. This is my css file from the extension: .login-ui .login-dialog .logo { background-image: url('app/ext/tempnamespace/images/my_logo.png');background-repeat:no-repeat; width: 9em; -webkit-background-size: 9em auto; } div.login-ui { background-image: url('app/ext/tempnamespace/images/Background-NoLogo.png');background-size:cover; } .login-ui .login-dialog { background-color: RGBA(0,0,0,0.2); } .login-ui .login-fields .labeled-field.empty input { background: white; } .login-ui .login-dialog .version .app-name { color: white; } .login-ui .login-dialog th { text-shadow: 1px 1px grey; } I am not a web designer, I know in the original deployment this content is all located within /opt/apache-tomcat-9.0.50/webapps/guacamole-1.4.0/app/login/styles but could use some feedback Thanks, Kevin Kevin Cameron Senior Cloud Orchestration Engineer [https://apps.kinaxis.com/email-signature/images/Kinaxis-logo-150px.png]<http://www.kinaxis.com/> O: +1 (343) 803-3972 | M: +1 (613) 850-3955 [https://apps.kinaxis.com/email-signature/images/icon-linkedin-32px-lightblue.png]<https://www.linkedin.com/company/kinaxis> [https://apps.kinaxis.com/email-signature/images/icon-twitter-32px-lightblue.png] <https://twitter.com/kinaxis> [https://apps.kinaxis.com/email-signature/images/icon-facebook-32px-lightblue.png] <http://www.facebook.com/Kinaxis> [https://apps.kinaxis.com/email-signature/images/icon-youtube-32px-lightblue.png] <http://www.youtube.com/user/KinaxisCorporate> [https://apps.kinaxis.com/email-signature/images/icon-instagram-32px-lightblue.png] <https://www.instagram.com/kinaxis/> Follow Kinaxis on LinkedIn <https://www.linkedin.com/company/kinaxis/> for the latest supply chain insights. Confidential. This email and any attachments hereto may contain private, confidential, and privileged material for the sole use of the addressee. Any review, copying, or distribution of this email (or any attachments thereto) by others is strictly prohibited. If you are not the intended recipient, please return this email to the sender immediately and permanently delete the original and any copies of this email and any of its attachments. Thank you.
