From 384d6f87b535076207b13791325bb219c0dd4dcd Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 6 Dec 2008 20:12:40 +0000 Subject: Categories > Upload a picture - "browse" input = border #666, 1px, bg #222 (now, bg #FFFFcc) => CSS has been changed, but the result has not changed git-svn-id: http://piwigo.org/svn/branches/2.0@2925 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/yoga') diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index 71ef715b5..87d8a00e0 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -271,6 +271,10 @@ input[type="text"], input[type="password"], input[type="button"], input[type="su background-color:#444; color:#999; } /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */ +input[type="file"] { + background-color:#222; + border: 1px solid #666; +} INPUT, select, textarea { color:#999; background-color:#444; -- cgit v1.2.3