diff options
Diffstat (limited to 'res/css/partials/input-bubble.scss')
| -rw-r--r-- | res/css/partials/input-bubble.scss | 15 |
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 |
