| Index: remoting/tools/javascript_key_tester/main.css
|
| diff --git a/remoting/tools/javascript_key_tester/main.css b/remoting/tools/javascript_key_tester/main.css
|
| index 725f2ca0b6293689e0e9f07733205c107525f008..5b9fa95f634ebb9d00badbb2be9a8d3b582bdd8b 100644
|
| --- a/remoting/tools/javascript_key_tester/main.css
|
| +++ b/remoting/tools/javascript_key_tester/main.css
|
| @@ -12,6 +12,22 @@ html {
|
| height: 100%;
|
| }
|
|
|
| +#pnacl-plugin {
|
| + background-color: gray;
|
| + border: 1px solid
|
| +}
|
| +
|
| +#pnacl-plugin:focus {
|
| + background-color: yellow;
|
| +}
|
| +
|
| +.log-container {
|
| + width: 45%;
|
| + max-height: 80vh;
|
| + overflow-y: auto;
|
| + float: left;
|
| +}
|
| +
|
| .key-down,
|
| .key-up {
|
| border-radius: 4px;
|
|
|