From a47265eb17ca0da1a295c6a6a869368920933c13 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 30 Sep 2015 11:22:52 +0200 Subject: [PATCH] CSS: Use action-link for the remove resource link refs #5543 --- application/views/scripts/config/resource.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/application/views/scripts/config/resource.phtml b/application/views/scripts/config/resource.phtml index fe385f478..14b5c7672 100644 --- a/application/views/scripts/config/resource.phtml +++ b/application/views/scripts/config/resource.phtml @@ -54,6 +54,7 @@ 'config/removeresource', array('resource' => $name), array( + 'class' => 'action-link', 'icon' => 'cancel', 'title' => sprintf($this->translate('Remove resource %s'), $name) )