diff options
Diffstat (limited to 'public/stylesheets/admin.css')
| -rw-r--r-- | public/stylesheets/admin.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css index 9f737752..69f0fcf2 100644 --- a/public/stylesheets/admin.css +++ b/public/stylesheets/admin.css | |||
| @@ -1386,6 +1386,17 @@ div#draft_list table td.actions a { | |||
| 1386 | background-color: #fffdf5; | 1386 | background-color: #fffdf5; |
| 1387 | } | 1387 | } |
| 1388 | 1388 | ||
| 1389 | #asset_dropzone { | ||
| 1390 | border: 2px dashed #ccc; | ||
| 1391 | border-radius: 6px; | ||
| 1392 | padding: 1.5rem; | ||
| 1393 | } | ||
| 1394 | |||
| 1395 | #asset_dropzone.dragging { | ||
| 1396 | border-color: #f96; | ||
| 1397 | background: #fff8f2; | ||
| 1398 | } | ||
| 1399 | |||
| 1389 | /* ============================================================ | 1400 | /* ============================================================ |
| 1390 | Live edit preview | 1401 | Live edit preview |
| 1391 | ============================================================ */ | 1402 | ============================================================ */ |
