diff --git a/guacamole/src/main/webapp/styles/client.css b/guacamole/src/main/webapp/styles/client.css index 4e735c111..074502f43 100644 --- a/guacamole/src/main/webapp/styles/client.css +++ b/guacamole/src/main/webapp/styles/client.css @@ -191,6 +191,9 @@ div.magnifier { .pan-overlay .indicator { position: fixed; background-size: 32px 32px; + -moz-background-size: 32px 32px; + -webkit-background-size: 32px 32px; + -khtml-background-size: 32px 32px; background-position: center; background-repeat: no-repeat; opacity: 0.8; @@ -282,4 +285,4 @@ p.hint { box-shadow: 0.25em 0.25em 0.25em rgba(0, 0, 0, 0.75); -} \ No newline at end of file +} diff --git a/guacamole/src/main/webapp/styles/login.css b/guacamole/src/main/webapp/styles/login.css index 8e6347832..63be25b56 100644 --- a/guacamole/src/main/webapp/styles/login.css +++ b/guacamole/src/main/webapp/styles/login.css @@ -90,6 +90,9 @@ div#logout-panel button { background: #8A6; border: 1px solid rgba(0, 0, 0, 0.4); + -moz-border-radius: 0.6em; + -webkit-border-radius: 0.6em; + -khtml-border-radius: 0.6em; border-radius: 0.6em; color: white; @@ -135,6 +138,9 @@ div#login-dialog #login-fields { padding: 1em; background: #DDD; border: 1px solid #999; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; + -khtml-border-radius: 0.25em; border-radius: 0.25em; } @@ -145,6 +151,9 @@ div#login-dialog th { div#login-dialog #login-fields input { border: 1px solid #777; + -moz-border-radius: 0.2em; + -webkit-border-radius: 0.2em; + -khtml-border-radius: 0.2em; border-radius: 0.2em; width: 100%; } @@ -244,6 +253,9 @@ div#recent-connections { } div#recent-connections div.connection { + -moz-border-radius: 0.5em; + -webkit-border-radius: 0.5em; + -khtml-border-radius: 0.5em; border-radius: 0.5em; display: inline-block; padding: 1em; @@ -299,6 +311,9 @@ div#all-connections .connection { height: 24px; background-image: url('../images/protocol-icons/guac-plug.png'); background-size: 16px 16px; + -moz-background-size: 16px 16px; + -webkit-background-size: 16px 16px; + -khtml-background-size: 16px 16px; background-repeat: no-repeat; background-position: center center; opacity: 0.5; @@ -328,6 +343,9 @@ div#recent-connections .protocol { #clipboardDiv textarea { width: 100%; border: 1px solid #AAA; + -moz-border-radius: 0.25em; + -webkit-border-radius: 0.25em; + -khtml-border-radius: 0.25em; border-radius: 0.25em; } @@ -340,4 +358,4 @@ div#recent-connections .protocol { margin: 1.5em; margin-left: 2.5em; font-size: 0.75em; -} \ No newline at end of file +}