# smart-forms/trunk/css/tinymce/emailEditor.css

Smart Forms – when you need more than just a contact form, version trunk. 31 lines.

- Page: https://pluginprobe.com/plugins/smart-forms/trunk/code/css/tinymce/emailEditor.css
- Raw: https://pluginprobe.com/plugins/smart-forms/trunk/raw/css/tinymce/emailEditor.css
- Modified: 2017-08-29T14:30:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/smart-forms/trunk/code/css/tinymce/emailEditor.css#L10-L20`.

```css
.sfField {
    background-color: #dfdfdf;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    margin-right: 3px;
    border-color: #afafaf;
    border-style: solid;
    border-width: 1px;
    text-overflow: ellipsis;
    max-width: 10px;
}

.sfFixedField {
    background-color: #D0EAFF;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 3px;
    margin-right: 3px;
    border-color: #afafaf;
    border-style: solid;
    border-width: 1px;
    text-overflow: ellipsis;
    max-width: 10px;
}

.SmartyDelimiter{
    color:#F20056;
}
```
