Advertisement
frenchtowner

Untitled

Aug 15th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement