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
27 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 | width: 28% !important; |
| 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 | font-weight: bold; |
| 19 | } |
| 20 | .media-frame .uploader-inline { |
| 21 | z-index: 1; |
| 22 | } |
| 23 | #wp-media-grid .media-toolbar-secondary { |
| 24 | float: left; |
| 25 | height: 100%; |
| 26 | padding: 0 0 10px 0; |
| 27 | } |