use special class when default text is set
This commit is contained in:
parent
ecd30ace99
commit
1376dfb7c5
@ -117,7 +117,7 @@ $form->addElement(
|
||||
)
|
||||
->setLabel(T_('Antispam question'))
|
||||
->setBackgroundText($GLOBALS['antispamQuestion'])
|
||||
->setBackgroundClass('deact')
|
||||
->setBackgroundClass('inacttext')
|
||||
->addRule(
|
||||
'callback',
|
||||
T_('Antispam answer is not valid. Please try again.'),
|
||||
|
@ -540,6 +540,9 @@ form th {
|
||||
form table {
|
||||
margin: 0 1em;
|
||||
}
|
||||
form input.inacttext {
|
||||
color: #888;
|
||||
}
|
||||
h3 {
|
||||
background: #DDD;
|
||||
color: #555;
|
||||
|
Loading…
Reference in New Issue
Block a user