codemirror
2 years ago
datatables
2 years ago
admin-page.css
2 years ago
content-order.css
2 years ago
gutenberg-content-duplication.css
2 years ago
hide-admin-notices.css
2 years ago
image-sizes-panel.css
2 years ago
jBox.all.min.css
2 years ago
list-table.css
2 years ago
maintenance.css
2 years ago
media-categories-frontend.css
2 years ago
media-replace-frontend.css
2 years ago
media-replace.css
2 years ago
settings-wpeditor.css
2 years ago
wp-admin.css
2 years ago
list-table.css
30 lines
| 1 | /* Content Admin >> Show IDs */ |
| 2 | |
| 3 | #asenha-id { |
| 4 | width: 50px; |
| 5 | } |
| 6 | |
| 7 | /* Content Admin >> Show Featured Images */ |
| 8 | |
| 9 | #asenha-featured-image { |
| 10 | width: 110px; |
| 11 | } |
| 12 | |
| 13 | .asenha-featured-image img { |
| 14 | width: 110px; |
| 15 | height: auto; |
| 16 | border: 1px solid #e5e5e5; |
| 17 | } |
| 18 | |
| 19 | /* Content Management >> Enable SVG Upload */ |
| 20 | |
| 21 | table.media .column-title .media-icon img[src*='.svg'] { |
| 22 | width: 100%; |
| 23 | height: auto; |
| 24 | } |
| 25 | |
| 26 | /* Show ID in Action Row */ |
| 27 | |
| 28 | .row-actions .asenha-list-table-item-id { |
| 29 | color: #50575e; |
| 30 | } |