codemirror
1 year ago
datatables
1 year ago
admin-page.css
1 year ago
content-order.css
1 year ago
gutenberg-content-duplication.css
1 year ago
hide-admin-notices.css
1 year ago
image-sizes-panel.css
1 year ago
jBox.all.min.css
1 year ago
list-table.css
1 year ago
list-tables-content-order.css
1 year ago
maintenance.css
1 year ago
media-categories-frontend.css
1 year ago
media-replace-frontend.css
1 year ago
media-replace.css
1 year ago
select2.min.css
1 year ago
settings-wpeditor.css
1 year ago
wp-admin.css
1 year 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 | } |