Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
hoozgot
/
wp-content
/
plugins
/
hoozgot
📤 Upload
📝 New File
📁 New Folder
Close
Editing: css.functions.php
<!--begin CSS--> <style> <?php foreach($table_names as &$tName){ ?> #div-<?php echo $tName; ?> { display:none; } .submitContinue-<?php echo $tName; ?> { background-image:url('<?php echo admin_url(); ?>images/upload-classic.png'); background-position:0 0; background-repeat:no-repeat; width:132px; height:23px; display:inline-block; text-decoration:none; line-height:23px; text-align:center; cursor:pointer; } .hilite { background-position:0 -23px; } <?php }?> #div-<?php echo $table_names[0]; ?> { display:inherit; } .error {color:#FF0000;} .title {font-weight:bold; text-transform:capitalize;} .submit {float:left; clear:both;} </style> <!--end CSS-->
Save
Cancel