From b5d053c715f98b2b90d3f975bd22b9aefe63632b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 11 Nov 2013 23:27:34 -0800 Subject: [PATCH] Switch to ID-based style for button. --- guacamole/src/main/webapp/index.xhtml | 2 +- guacamole/src/main/webapp/styles/login.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/index.xhtml b/guacamole/src/main/webapp/index.xhtml index c05969cf5..6e442ce5e 100644 --- a/guacamole/src/main/webapp/index.xhtml +++ b/guacamole/src/main/webapp/index.xhtml @@ -61,7 +61,7 @@
- +
diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 00d703c30..91f5c1ab7 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -146,7 +146,7 @@ div#login-dialog #buttons { text-align: right; } -input[type="submit"].login, button.login { +input[type="submit"]#login, button#login { background-image: url('../images/guacamole-logo-64.png'); background-repeat: no-repeat;