PM Button Alle löschen rot?
Verfasst: 07.12.2005 10:23
Wie kann ich den PN Button "Alle löschen" rot einfärben?
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
input.button,input.liteoption,.fakebut{
background: #FAFAFA;
border: 1px solid #000000;
font-size: 11px;
}Code: Alles auswählen
input.redbutton{
background: #FF0000;
border: 1px solid #000000;
font-size: 11px;
}Code: Alles auswählen
input.redbutton{
background: #FAFAFA;
border: 1px solid #FF0000;
font-size: 11px;
}suche in der privmsgs_body.tpl<input type="submit" name="delete" value="{L_DELETE_MSG}" class="button" />
und<input type="submit" name="delete" value="{L_DELETE_MARKED}" class="catbutton" />
<input type="submit" name="deleteall" value="{L_DELETE_ALL}" class="catbutton" />