PluginProbe
Smart Forms – when you need more than just a contact form / trunk
Smart Forms – when you need more than just a contact form vtrunk
trunk 0.5 0.5.5 0.6 0.7 0.8 0.8.5 0.9.1
smart-forms / css / tinymce / emailEditor.css

emailEditor.css in Smart Forms – when you need more than just a contact form trunk, at css/tinymce/emailEditor.css

31 lines 643 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sfField {
2 background-color: #dfdfdf;
3 font-weight: bold;
4 padding-left: 5px;
5 padding-right: 5px;
6 margin-left: 3px;
7 margin-right: 3px;
8 border-color: #afafaf;
9 border-style: solid;
10 border-width: 1px;
11 text-overflow: ellipsis;
12 max-width: 10px;
13 }
14
15 .sfFixedField {
16 background-color: #D0EAFF;
17 font-weight: bold;
18 padding-left: 5px;
19 padding-right: 5px;
20 margin-left: 3px;
21 margin-right: 3px;
22 border-color: #afafaf;
23 border-style: solid;
24 border-width: 1px;
25 text-overflow: ellipsis;
26 max-width: 10px;
27 }
28
29 .SmartyDelimiter{
30 color:#F20056;
31 }