aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-28 20:22:35 +0000
committervdigital <vdigital@piwigo.org>2008-09-28 20:22:35 +0000
commit9ae445678c1024c8c242c57a4ee326b5e5c4cfb3 (patch)
treefb43d647c6f7a6058ad1a0500bd63feb1a1a7787 /template
parent597cfe9f06b6508c0c9171c9f65daa03582bcd98 (diff)
RC1 - Last Graphic and CSS feedback
git-svn-id: http://piwigo.org/svn/trunk@2622 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 082902d76..04c6bce42 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -67,8 +67,12 @@ overflow: auto; overflow-x:hidden; padding:0 0 5px; /* Only IE family supports
#imageHeaderBar .imageNumber { margin-right:170px; }
#imageHeaderBar .browsePath { margin-left:125px; }
H2 { border-bottom: 1px solid #000000; }
+#qsearchInput { background-color: #111; border-color: #222; color: #222;}
FIELDSET, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
-INPUT, select, textarea { color:#999; background-color: #444; }
+input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], input[type="file"] {
+background-color:#444; color:#999; } /* stupid Line but needed due to inpact on other themes and deadline of Piwigo 2.0 */
+INPUT, select, textarea { color:#999; background-color: #444; }
+#qsearchInput:focus,
input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
.content UL.thumbnails SPAN.wrap2 {
border: 1px solid #666; /* thumbnails border color and style */