diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-10 20:59:53 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-10 20:59:53 +0000 |
commit | 1b230ad50c67b265ec27119fa6580ed962fa178d (patch) | |
tree | 9ec1b8bf73412fc537ce94dfa21437dd0c63abd0 /template/yoga/theme/Sylvia/theme.css | |
parent | 129e4b52324a17b4d1f72884e81d3724d90ad93a (diff) |
- Temporary change on fieldset background
git-svn-id: http://piwigo.org/svn/branches/2.0@2965 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/theme.css')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index b737ecfa8..a182c994f 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -349,4 +349,5 @@ input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hove color:#999; border-color:#666; } -.titrePage img.button[alt="x"] { margin: 0 3px 3px; }
\ No newline at end of file +.titrePage img.button[alt="x"] { margin: 0 3px 3px; } +fieldset { border: 1px solid #666; background-color: #222; }
\ No newline at end of file |