From 442518b01bdcadd608933ce31d3ee1471c0cfc11 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 30 Apr 2015 00:26:58 -0700 Subject: [PATCH] GUAC-1170: Scale border size relative to font. --- guacamole/src/main/webapp/app/osk/styles/osk.css | 2 +- guacamole/src/main/webapp/app/textInput/styles/textInput.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/osk/styles/osk.css b/guacamole/src/main/webapp/app/osk/styles/osk.css index 53ebc2287..afc43b237 100644 --- a/guacamole/src/main/webapp/app/osk/styles/osk.css +++ b/guacamole/src/main/webapp/app/osk/styles/osk.css @@ -58,7 +58,7 @@ background: #444; - border: 2px solid #666; + border: 0.125em solid #666; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; -khtml-border-radius: 0.25em; diff --git a/guacamole/src/main/webapp/app/textInput/styles/textInput.css b/guacamole/src/main/webapp/app/textInput/styles/textInput.css index c2a0a4c54..e324329a2 100644 --- a/guacamole/src/main/webapp/app/textInput/styles/textInput.css +++ b/guacamole/src/main/webapp/app/textInput/styles/textInput.css @@ -97,7 +97,7 @@ background: #444; - border: 2px solid #666; + border: 0.125em solid #666; -moz-border-radius: 0.25em; -webkit-border-radius: 0.25em; -khtml-border-radius: 0.25em;