summaryrefslogtreecommitdiff
path: root/res/css/partials/input-bubble.scss
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-28 17:29:15 +0200
committergarbash <dor.garbash@gmail.com>2014-11-28 17:29:15 +0200
commit045597184560d4579cb5e34d3e731a5d6bb022c9 (patch)
treecdc80d22e4f92712963f2cfb8bf3c7f24d964610 /res/css/partials/input-bubble.scss
parent92eb91a3c605cbd830d20dae6488a44d3679299c (diff)
Implemented stylesheet structure+font change
Diffstat (limited to 'res/css/partials/input-bubble.scss')
-rw-r--r--res/css/partials/input-bubble.scss15
1 files changed, 15 insertions, 0 deletions
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