admin-galleries.css
8 years ago
admin-post.css
8 years ago
admin.css
8 years ago
gallery-basicgrid.css
8 years ago
gallery-basicmasonry.css
8 years ago
gallery.css
8 years ago
admin-post.css
49 lines
| 1 | #rl-modal-gallery { |
| 2 | position: relative; |
| 3 | } |
| 4 | |
| 5 | #rl-insert-modal-gallery-button { |
| 6 | padding-left: 5px; |
| 7 | } |
| 8 | |
| 9 | #rl-insert-modal-gallery-button span { |
| 10 | font-size: 18px; |
| 11 | } |
| 12 | |
| 13 | #rl-modal-gallery .rl-gallery-images-spinner { |
| 14 | margin-top: 20px; |
| 15 | float: none; |
| 16 | } |
| 17 | |
| 18 | #rl-modal-gallery .rl-loading-content { |
| 19 | pointer-events: none; |
| 20 | opacity: 0.4; |
| 21 | transition: opacity 0.3s ease-in-out; |
| 22 | } |
| 23 | |
| 24 | #rl-modal-gallery .rl-attachments-list .attachment, #rl-modal-gallery .rl-attachments-list .attachment-preview { |
| 25 | cursor: default; |
| 26 | } |
| 27 | |
| 28 | #rl-modal-gallery .rl-status-active { |
| 29 | opacity: 1; |
| 30 | } |
| 31 | |
| 32 | #rl-modal-gallery .rl-status-inactive { |
| 33 | opacity: 0.4; |
| 34 | } |
| 35 | |
| 36 | .wrap .rl-reload-galleries, .wrap .rl-reload-galleries:active { |
| 37 | margin-left: 10px; |
| 38 | } |
| 39 | |
| 40 | .media-frame .rl-gallery-reload-spinner { |
| 41 | float: none; |
| 42 | visibility: visible; |
| 43 | margin-left: 5px; |
| 44 | margin-top: -5px; |
| 45 | } |
| 46 | |
| 47 | .attachments-browser .media-toolbar-primary { |
| 48 | max-width: 100%; |
| 49 | } |