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