How to theme node delete page in drupal? -
i want theme node delete page in drupal 7 . doesn't seems working template in new theme active .i have made template page in theme , made code in template.php based on form_id . same thing did other forms node create form different different content types . delete node not working . knows process .
i guess "theme delete page", mean writing custom css rules affect confirmation step page used delete node.
then, can such rule:
body.page-node-delete .theselectorsyouneed { color: red; /* ... + rules need */ }
drupal 'injects' context-depending css classes body
tag of template. example: .not-front
, .not-logged-in
, ... and, need, .page-node-delete
.