From 045597184560d4579cb5e34d3e731a5d6bb022c9 Mon Sep 17 00:00:00 2001 From: garbash Date: Fri, 28 Nov 2014 17:29:15 +0200 Subject: Implemented stylesheet structure+font change --- res/css/partials/input-bubble.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 res/css/partials/input-bubble.scss (limited to 'res/css/partials/input-bubble.scss') diff --git a/res/css/partials/input-bubble.scss b/res/css/partials/input-bubble.scss new file mode 100644 index 00000000..679dcd53 --- /dev/null +++ b/res/css/partials/input-bubble.scss @@ -0,0 +1,15 @@ +.typeselection{ + position:fixed; + left:0; + top:-300px; + pointer-events:none; +} + +.typeselection td{ + padding-top: 5px; + padding-left: 200px; +} + +#keys{ + opacity: 0.5; +} \ No newline at end of file -- cgit v1.3.1