aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Input.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Input.css')
-rw-r--r--vnext/src/ui/Input.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/vnext/src/ui/Input.css b/vnext/src/ui/Input.css
new file mode 100644
index 00000000..dbe55eae
--- /dev/null
+++ b/vnext/src/ui/Input.css
@@ -0,0 +1,8 @@
+.input {
+ background: #FFF;
+ border: 1px solid #ccc;
+ outline: none !important;
+ padding: 4px;
+ -webkit-appearance: none;
+ border-radius: 0;
+}