From fbecb2f9fc582784edc86824d7c5f843b8f611e4 Mon Sep 17 00:00:00 2001 From: codl Date: Sun, 17 Sep 2017 14:26:53 +0200 Subject: [PATCH] styles: replace secondary btn border with a box-shadow for alignment --- assets/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles.css b/assets/styles.css index 88eb4ec..b7be37c 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -215,7 +215,7 @@ button { .btn.secondary { background-color: rgba(255,255,255,0.5); - border: 1px solid rgba(0,0,0,0.3); + box-shadow: inset 0 0 0 1px rgba(0,0,0,0.3); color: inherit; }