diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-30 21:48:09 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-30 21:48:09 +0000 |
commit | cc5e8de15bb355df9d73fbed392cb65bd32db3d2 (patch) | |
tree | ba7ede398c3a22861153aa7d69536e048a00a99e /template/yoga/theme/p0w0/theme.css | |
parent | 70bffc591ef6fd1568efcaef237e0851441a4584 (diff) |
Small changes on mainpage to obtain W3C conformity
git-svn-id: http://piwigo.org/svn/trunk@1771 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/p0w0/theme.css')
-rw-r--r-- | template/yoga/theme/p0w0/theme.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index e87174ba1..d5bb1b74d 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -248,7 +248,9 @@ SPAN.calItem, SPAN.calItemEmpty label {
cursor:pointer
}
-
+input#qsearchInput {
+ color: #36f; background-color: #cef;
+}
.zero { display: none }
.one { }
.2nmore { }
|