Advertisement
Guest User

Grey mask

a guest
Aug 15th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_action('admin_head', 'tribe_fix_recurrence_dialog');
  2. function tribe_fix_recurrence_dialog(){
  3. ?>
  4. <style type="text/css">
  5.     .ui-widget-overlay.ui-front {z-index: 90; }
  6. </style>
  7. <?php
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement