| 1 |
.tableberg-custom-html { |
| 2 |
.tableberg-custom-html-editor { |
| 3 |
box-sizing: border-box; |
| 4 |
max-height: 250px; |
| 5 |
min-height: 60px; |
| 6 |
font-size: 13px !important; |
| 7 |
background: #fff !important; |
| 8 |
border: 1px solid #1e1e1e !important; |
| 9 |
border-radius: 2px !important; |
| 10 |
box-shadow: none !important; |
| 11 |
color: #1e1e1e !important; |
| 12 |
font-family: Menlo, Consolas, monaco, monospace !important; |
| 13 |
padding: 12px !important; |
| 14 |
width: 100%; |
| 15 |
resize: vertical; |
| 16 |
} |
| 17 |
|
| 18 |
iframe { |
| 19 |
display: block; |
| 20 |
border: none; |
| 21 |
} |
| 22 |
} |
| 23 |
|