From e1fe87bfb4193dbb44ae52f3703f3530ed0f3bb8 Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Thu, 7 Jan 2016 17:41:15 +0000 Subject: [PATCH] css: Provide default styling for inputs --- scp/css/scp.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scp/css/scp.css b/scp/css/scp.css index 1aa636163..8050c819b 100644 --- a/scp/css/scp.css +++ b/scp/css/scp.css @@ -2835,6 +2835,16 @@ input[type=checkbox] { margin-top: 3px; } +input, textarea { + padding: 3px 5px; + font-size: 0.95em; + font-family: inherit; + border-radius:4px; + -webkit-border-radius: 4px; + -moz-border-radius: 4px; + border: 1px solid #bbb; +} + small { font-weight: normal; letter-spacing: 0.01px; -- GitLab