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.

source


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -