From aa6116cf48f279bc1d3fa352105819b75b8b7de2 Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Tue, 29 Oct 2013 16:21:38 -0700 Subject: [PATCH] contacts-v2: different "save" button --- shiny/Contacts-v2/components/contacts-create.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/shiny/Contacts-v2/components/contacts-create.html b/shiny/Contacts-v2/components/contacts-create.html index 9981a06..7e7ff73 100644 --- a/shiny/Contacts-v2/components/contacts-create.html +++ b/shiny/Contacts-v2/components/contacts-create.html @@ -12,10 +12,11 @@ button { background: transparent none; border: 0; - font-family: 'Helvetica Neue Medium', HelveticaNeue-Medium, Helvetica, sans-serif; + font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, sans-serif; font-size: 14px; - color: #999; - padding: 10px; + font-weight: bold; + color: #777; + padding: 8px; margin: 0 16px; } button:focus { @@ -23,9 +24,12 @@ } button:active { outline: none; - border: 1px solid #ccc; + border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; } + button.save { + color: #00bbd3; + } contacts-create-item[active], contacts-create-phone-item[active] { background: #f7f7f7; } @@ -33,7 +37,7 @@
- +