Skip to content

Commit

Permalink
removed color definition for input elements in default skin
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5234 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Oct 1, 2008
1 parent 93ddf20 commit e5904e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion defaults/yacy.init
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion htroot/env/base.css
Expand Up @@ -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{
Expand Down
8 changes: 6 additions & 2 deletions skins/default.css
Expand Up @@ -155,6 +155,10 @@ div.ProgressBarFill {

/* Searchresults */

form.search.small h2 {
border-bottom:1px solid #CAD5E3;
}

.searchresults {
/*border-top:1px #000 dashed;*/
}
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e5904e6

Please sign in to comment.