aboutsummaryrefslogtreecommitdiff
path: root/src/command-line/command-line-frame.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/command-line/command-line-frame.scss')
-rw-r--r--src/command-line/command-line-frame.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/command-line/command-line-frame.scss b/src/command-line/command-line-frame.scss
new file mode 100644
index 0000000..67bf514
--- /dev/null
+++ b/src/command-line/command-line-frame.scss
@@ -0,0 +1,11 @@
+.vimvixen-command-line-frame {
+ margin: 0;
+ padding: 0;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 20px;
+ position: fixed;
+ z-index: 10000;
+ border: none;
+}