Schrift auf Button "Vorschau" und "Absenden&q
Verfasst: 07.03.2006 22:08
Leider ist die Schrift weiß auf grauen Buttons. Könnte mir jemand sagen wo ich die Farbe ändern kann?
[ externes Bild ]
Danke!!
[ externes Bild ]
Danke!!
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
input.button {
background: #343434 url('images/buttonsbg.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #f5f5f5;
border: 1px solid;
border-color: #999 #666 #555 #888;
padding: 1px 0.5em;
}
Code: Alles auswählen
input.button {
background: #343434 url('images/buttonsbg.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #f5f5f5;
border: 1px solid;
border-color: #999 #666 #555 #888;
padding: 1px 0.5em;
}
input.mainoption {
background: #343434 url('images/buttonsbg.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #f5f5f5;
border: 1px solid;
border-color: #999 #666 #555 #888;
padding: 1px 0.5em;
}