diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-08 19:02:12 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-08 19:02:12 +0000 |
commit | 87a2d771549bfc89723cba2ea60a9cfb1c05c5c8 (patch) | |
tree | aa9e655a1009d45b44396bf1ce359ec5c0d1155b | |
parent | ce4b8ef61b6cf3959c7206ba216566008f69c7a6 (diff) |
- fieldset :
border #666 (now : #999)
git-svn-id: http://piwigo.org/svn/branches/2.0@2953 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |