From f9e5f5f6a93da20b47ebadce1d30fa6b269bb7ba Mon Sep 17 00:00:00 2001 From: vdigital Date: Mon, 8 Dec 2008 19:04:27 +0000 Subject: - fieldset : border #666 (now : #999) merge -c2953 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2954 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/template/goto') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index e03621e98..c16a3d49b 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -52,7 +52,7 @@ font-size:14px; line-height:21px; } /* .throw, */ td h3 { background-image: url(images/fillet.png); background-repeat: repeat-x; } /* borders */ -fieldset { border: 1px solid #999; } +fieldset { border: 1px solid #666; } INPUT, SELECT, TEXTAREA { border: 1px solid #666; } input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; } TEXTAREA { cursor:text; font-size: 13px; } -- cgit v1.2.3