diff --git a/sites/all/modules/contrib/panels/panels_ipe/panels_ipe.module b/sites/all/modules/contrib/panels/panels_ipe/panels_
index 3bb0bd2..b6e3c3e 100644
--- a/sites/all/modules/contrib/panels/panels_ipe/panels_ipe.module
+++ b/sites/all/modules/contrib/panels/panels_ipe/panels_ipe.module
@@ -97,6 +97,17 @@ function theme_panels_ipe_pane_wrapper($vars) {
     );
   }
 
+  // Add option to configure style in IPE
+  if (user_access('administer panels styles')) {
+    $links['style'] = array(
+      'title' => t('Style'),
+      'href' => $renderer->get_url('style-type', 'pane', $pane->pid),
+      'attributes' => array(
+        'class' => array('ctools-use-modal'),
+      ),
+    );
+  }
+
   // Deleting is managed entirely in the js; this is just an attachment point
   // for it
   $links['delete'] = array(
