admin-setting.css
7 years ago
design.css
7 years ago
folder-icon.css
7 years ago
media.css
7 years ago
sweetalert2.min.css
7 years ago
media.css
20 lines
| 1 | .media-modal-content .attachments-browser .media-toolbar-secondary { |
| 2 | max-width: 66%; |
| 3 | width: 66%; |
| 4 | } |
| 5 | .media-modal-content .media-frame select.attachment-filters { |
| 6 | width: auto; |
| 7 | max-width: 135px; |
| 8 | } |
| 9 | #media-attachment-taxonomy-filter { |
| 10 | border: solid 1px #FF5983; |
| 11 | color: #FF5983; |
| 12 | font-weight: bold; |
| 13 | } |
| 14 | #media-attachment-taxonomy-filter option { |
| 15 | color: #000000; |
| 16 | } |
| 17 | #media-attachment-taxonomy-filter option:first-child { |
| 18 | color: #FF5983; |
| 19 | font-weight: bold; |
| 20 | } |