From 9708bde655b522ecde9791941a4e4a8b9e9ca85c Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 24 Jan 2012 10:10:49 -0800 Subject: [PATCH] Colorize active numsym. --- src/main/webapp/layouts/en-us-qwerty-mobile.xml | 2 +- src/main/webapp/styles/keyboard.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/layouts/en-us-qwerty-mobile.xml b/src/main/webapp/layouts/en-us-qwerty-mobile.xml index f2c84af..953fcc2 100644 --- a/src/main/webapp/layouts/en-us-qwerty-mobile.xml +++ b/src/main/webapp/layouts/en-us-qwerty-mobile.xml @@ -116,7 +116,7 @@ - + ?123 diff --git a/src/main/webapp/styles/keyboard.css b/src/main/webapp/styles/keyboard.css index f7d0ee9..bf93eed 100644 --- a/src/main/webapp/styles/keyboard.css +++ b/src/main/webapp/styles/keyboard.css @@ -78,7 +78,8 @@ border-color: #666; } -.guac-keyboard.guac-keyboard-modifier-shift .guac-keyboard-key.shift { +.guac-keyboard.guac-keyboard-modifier-shift .guac-keyboard-key.shift, +.guac-keyboard.guac-keyboard-modifier-numsym .guac-keyboard-key.numsym { background: #882; border-color: #DD4; } -- 1.7.10.4