From 29285607a97dbbca4d249e3f508a14029447f43d Mon Sep 17 00:00:00 2001 From: Tom Van Rompaey Date: Sat, 25 Apr 2015 16:16:04 +0200 Subject: [PATCH] Small UX update for add button Added class "archetypeAddButton" to the button so it can make use of the CSS that is writen for it. The button should also have a cursor: pointer on hover. --- app/less/archetype.less | 1 + app/views/archetype.default.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index b6ac922..c7ec12b 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -181,6 +181,7 @@ .archetypeAddButton:hover { text-decoration: none; + cursor: pointer; .archetypeAddButtonText { text-decoration: underline; diff --git a/app/views/archetype.default.html b/app/views/archetype.default.html index 22608f2..6f330ed 100644 --- a/app/views/archetype.default.html +++ b/app/views/archetype.default.html @@ -49,7 +49,7 @@
- + Add