provide CSS class for prettier textareas
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3603 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
a5ce14adb3
commit
47bb6fd666
2 changed files with 8 additions and 0 deletions
|
@ -154,6 +154,10 @@ textarea {
|
|||
padding: 0.1em;
|
||||
}
|
||||
|
||||
textarea.pretty {
|
||||
font: normal 100% Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
input {
|
||||
font: normal 100% Verdana, Helvetica, Arial, sans-serif;
|
||||
color: Black;
|
||||
|
|
|
@ -169,6 +169,10 @@ textarea {
|
|||
padding: 0.1em;
|
||||
}
|
||||
|
||||
textarea.pretty {
|
||||
font: normal 100% Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
input {
|
||||
font: normal 100% Verdana, Lucida, Helvetica, Arial, sans-serif;
|
||||
color: #242424;
|
||||
|
|
Loading…
Add table
Reference in a new issue