From 9ae445678c1024c8c242c57a4ee326b5e5c4cfb3 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 28 Sep 2008 20:22:35 +0000 Subject: RC1 - Last Graphic and CSS feedback git-svn-id: http://piwigo.org/svn/trunk@2622 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/theme/Sylvia/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'template/yoga/theme') 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 */ -- cgit v1.2.3