From e5904e6a21a4a0a081bec14f615e69a21c20a6e7 Mon Sep 17 00:00:00 2001 From: lotus Date: Wed, 1 Oct 2008 13:07:24 +0000 Subject: [PATCH] removed color definition for input elements in default skin git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5234 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- defaults/yacy.init | 2 +- htroot/env/base.css | 1 - skins/default.css | 8 ++++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/defaults/yacy.init b/defaults/yacy.init index 62245f709..986b51524 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -812,7 +812,7 @@ externalRedirector= svnRevision=0 -currentSkin= +currentSkin=default # temporary flag for new database structure. set only true for testing # ALL DATA THAT IS CREATED WITH THIS FLAG ON WILL BE VOID IN A FINAL VERSION diff --git a/htroot/env/base.css b/htroot/env/base.css index cfd278824..b3d791750 100644 --- a/htroot/env/base.css +++ b/htroot/env/base.css @@ -413,7 +413,6 @@ form.search.small h2 { /*font-size: 1.2em;*/ margin:0px; margin-bottom:5px; - border-bottom:1px solid #CAD5E3; } li.menugroup h3{ diff --git a/skins/default.css b/skins/default.css index b2d018326..8a5613904 100644 --- a/skins/default.css +++ b/skins/default.css @@ -155,6 +155,10 @@ div.ProgressBarFill { /* Searchresults */ +form.search.small h2 { + border-bottom:1px solid #CAD5E3; +} + .searchresults { /*border-top:1px #000 dashed;*/ } @@ -229,10 +233,10 @@ fieldset { border:1px solid #aaa; } -input, select, textarea, button { +/* input, select, textarea, button { color: black; background-color: white; -} +} */ legend { background-color:#88aaaa;