| 123456789101112131415161718192021222324 |
- .gf-table-input-csv {
- position: relative;
- }
- .gf-table-input-csv textarea {
- height: 100%;
- width: 100%;
- resize: none;
- }
- .gf-table-input-csv footer {
- position: absolute;
- bottom: 15px;
- right: 15px;
- border: 1px solid #222;
- background: #ccc;
- padding: 1px 4px;
- font-size: 80%;
- cursor: pointer;
- }
- .gf-table-input-csv footer.gf-table-input-csv-err {
- background: yellow;
- }
|