From 4f62603646c28e44de7227a3c85c540033071d07 Mon Sep 17 00:00:00 2001 From: coderkun Date: Fri, 6 Mar 2015 16:07:34 +0100 Subject: [PATCH] add styling for fieldsets (fixes issue #332) --- www/css/desktop.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/desktop.css b/www/css/desktop.css index 5d17f6c8..dd05a1af 100644 --- a/www/css/desktop.css +++ b/www/css/desktop.css @@ -29,7 +29,8 @@ sup{top:-.5em} sub{bottom:-.25em} svg:not(:root){overflow:hidden} figure{margin:0} -fieldset,legend{border:0;margin:0 0 10px;padding:0} +fieldset{border:1px dotted #f7f5f2;padding:0 10px 0} +legend{border:0;margin:0 0 10px;padding:0} button,input,select,textarea{font-family:inherit;font-size:100%;margin:0} button,input{line-height:normal} button,select{text-transform:none}