From 532fc4cb807eeb862c9de763eb8cfaec64d5759e Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 27 Apr 2015 15:46:37 -0700 Subject: [PATCH] Added forgotten border radius and dimmed border. --- styles/new-container.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles/new-container.less b/styles/new-container.less index 3fe2054b493..3000deed22e 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -179,11 +179,11 @@ flex: 1 auto; min-width: 90px; background-color: @brand-action; - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; justify-content: center; text-align: center; - box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2); + box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.1); img { margin-top: 15px; } @@ -193,6 +193,8 @@ position: relative; border: 1px solid @gray-lightest; border-left: 0; + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; .badges { position: absolute; right: 15px;