
Сообщение от
SEREGA94
ну ты и задал задачку о_О
ППЦ, что сложного то? В таблицу CSS добавь
Нажми для просмотра
PHP код:
input.bgin:focus, input.bgin:focus {
border: 2px solid #00CCFF;
}
input.bgin, input.bgin {
background: #666666;
color:#00CCFF;
border: 2px solid #666666;
}
открой шаблон navbar, и найди там такой кусок
Нажми для просмотра
PHP код:
<td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />$vbphrase[remember_me]</label></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password">$vbphrase[password]</label></td>
<td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
замени у полей class="bginput" на class="bgin" (у input type="text" и input type="password"), и будет тебе счастье, кстати я смотрю тут есть свое оформление полей, их тоже можно вынести в CSS