Seite 1 von 1

Farben problem

Verfasst: 27.02.2004 15:28
von Camp3r
Also ich habe das Problem das wenn ich den "hintergrund" das was hier im Board weiß ist auf meine Wunsch farbe umsetzte die Eingabe für z.B. ein Posting auch den gleichen hintergrund hat und somit der Cousor von der Maus nicht zu sehen ist.

Ich hätte gerne das die Eingabefelder Weiß sind.

Hier mal die datei:
/\ KLICKEN /\

MfG

C@MP3R

Verfasst: 27.02.2004 15:55
von markus.m
bei der eingabe???
im overall_header.tbl

Code: Alles auswählen

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #808080;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #C0C0C0;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #DDDDDD;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #DDDDDD;
	font-weight : normal;
}
dort die farben von hand anpassen :roll:

Verfasst: 27.02.2004 17:42
von Camp3r
Danke! :cookie: