• Fantastic plugin, works really well and has saved me hours this year alone!

    FWIW, here are some styles from the admin.css I’m enqueuing in my child theme to make the “Replace Media Upload” page more foolproof for me and my team:

    /* make media replace dialog more foolproof */
    .media_page_enable-media-replace-enable-media-replace #wpbody-content p {
    	font-weight: bold;
    }
    .media_page_enable-media-replace-enable-media-replace #wpbody-content input[type=file] {
    	padding: 10px 0 20px;
    	width: 100%;
    	font-size: 1.25em;
    	font-weight: bold;
    	color: red;
    }
    • This topic was modified 9 years, 5 months ago by hussong.

The topic ‘Admin Styles for better Usability’ is closed to new replies.