diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-06 20:16:35 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-06 20:16:35 +0000 |
commit | 95c7d8b5ed3af6663853d427a19e45e485e90595 (patch) | |
tree | 5d07491217988d2825cfac5074ad0873f482d9ca /template | |
parent | 6873537fe612c8adfe655a87c1750be8e8427dc3 (diff) |
Categories > Upload a picture
- "browse" input = border #666, 1px, bg #222 (now, bg #FFFFcc)
=> CSS has been changed, but the result has not changed
merge -c2925 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2926 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |