From ba70cc034f58655a76b9c3c78a75f8deb2c1937b Mon Sep 17 00:00:00 2001 From: following Date: Thu, 18 Jul 2013 20:57:26 +0200 Subject: [PATCH] slight style change for imput fields - lighter border color --- htdocs/resource2/ocstyle/css/style_screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/resource2/ocstyle/css/style_screen.css b/htdocs/resource2/ocstyle/css/style_screen.css index 576da2f9..461b5626 100644 --- a/htdocs/resource2/ocstyle/css/style_screen.css +++ b/htdocs/resource2/ocstyle/css/style_screen.css @@ -614,7 +614,7 @@ br {clear: none;} /* styles for inputfields */ -input { border:1px solid black; background-color:white; padding:1px; font-size:11px;color: black;} +input { border:1px solid #555; background-color:white; padding:1px 2px 1px 2px; font-size:11px;color: black;} *.input20 {width:20px;} /* day,month */ *.input30 {width:30px;} @@ -632,7 +632,7 @@ input.checkbox {width:12px; height:12px; font-size:12px; border:0;} input.radio {border:0px; border-width: 0px; width:12px; height:12px; background-color: transparent;} -select {border:1px solid black; background-color:white; padding:1px; font-size:11px; color: black;} +select {border:1px solid #555; background-color:white; padding:1px; font-size:11px; color: black;} input.formbutton_header { width:65px;