From 2aa71e48a398e3d0d2cfd8b533bbe7d77eecfa3d Mon Sep 17 00:00:00 2001 From: Kenn Jacobsen Date: Wed, 19 Aug 2015 11:57:39 +0200 Subject: [PATCH] Prettify the "default add" button a little --- app/less/archetype.less | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/app/less/archetype.less b/app/less/archetype.less index 0cf9f0e..225796f 100644 --- a/app/less/archetype.less +++ b/app/less/archetype.less @@ -208,13 +208,25 @@ border: 1px solid #b94a48; } - .archetypeAddButton:hover { - text-decoration: none; - cursor: pointer; - - .archetypeAddButtonText { - text-decoration: underline; + .archetypeAddButton { + color: #ddd; + .icon { + vertical-align: text-top; } + &:hover { + color: #333; + text-decoration: none; + cursor: pointer; + + .archetypeAddButtonText { + text-decoration: underline; + } + + .icon { + color: #333; + } + } + } .multiPropertyTextbox {