From 3fb2754c95134001cea99de47ba186bc1ad8fbd4 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Thu, 24 Sep 2015 18:59:17 -0700 Subject: [PATCH] fix(send-button): Can't make hairlines darker, so let's use a real border --- static/buttons.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/buttons.less b/static/buttons.less index 5f3c2ea21..8fca6a707 100644 --- a/static/buttons.less +++ b/static/buttons.less @@ -65,8 +65,9 @@ button, html input[type="button"] { img.content-mask { background-color:@btn-emphasis-text-color; } background: linear-gradient(to bottom, #6bb1f9 0%, #0a80ff 100%); + box-shadow: none; + border: 1px solid darken(@btn-emphasis-bg-color, 7%); - border: 0; &:before { content: ' '; width: calc(~"100% + 2px");