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
pull/1/head
lotus 17 years ago
parent 93ddf206e6
commit e5904e6a21

@ -812,7 +812,7 @@ externalRedirector=
svnRevision=0 svnRevision=0
currentSkin= currentSkin=default
# temporary flag for new database structure. set only true for testing # 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 # ALL DATA THAT IS CREATED WITH THIS FLAG ON WILL BE VOID IN A FINAL VERSION

@ -413,7 +413,6 @@ form.search.small h2 {
/*font-size: 1.2em;*/ /*font-size: 1.2em;*/
margin:0px; margin:0px;
margin-bottom:5px; margin-bottom:5px;
border-bottom:1px solid #CAD5E3;
} }
li.menugroup h3{ li.menugroup h3{

@ -155,6 +155,10 @@ div.ProgressBarFill {
/* Searchresults */ /* Searchresults */
form.search.small h2 {
border-bottom:1px solid #CAD5E3;
}
.searchresults { .searchresults {
/*border-top:1px #000 dashed;*/ /*border-top:1px #000 dashed;*/
} }
@ -229,10 +233,10 @@ fieldset {
border:1px solid #aaa; border:1px solid #aaa;
} }
input, select, textarea, button { /* input, select, textarea, button {
color: black; color: black;
background-color: white; background-color: white;
} } */
legend { legend {
background-color:#88aaaa; background-color:#88aaaa;

Loading…
Cancel
Save