admin-setting.css
6 years ago
design.css
6 years ago
folder-icon.css
7 years ago
media.css
6 years ago
settings.css
6 years ago
spectrum.min.css
6 years ago
media.css
26 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: 28% !important; |
| 7 | } |
| 8 | #media-attachment-taxonomy-filter, select.media-select-folder { |
| 9 | border: solid 1px #FF5983; |
| 10 | color: #FF5983; |
| 11 | font-weight: bold; |
| 12 | } |
| 13 | #media-attachment-taxonomy-filter option, select.media-select-folder option { |
| 14 | color: #000000; |
| 15 | } |
| 16 | #media-attachment-taxonomy-filter option:first-child, select.media-select-folder option:first-child { |
| 17 | font-weight: bold; |
| 18 | } |
| 19 | .media-frame .uploader-inline { |
| 20 | z-index: 1; |
| 21 | } |
| 22 | #wp-media-grid .media-toolbar-secondary { |
| 23 | float: left; |
| 24 | height: 100%; |
| 25 | padding: 0 0 10px 0; |
| 26 | } |