From cac47f712858b489103db82a73c2a804b37d4743 Mon Sep 17 00:00:00 2001 From: shpuld Date: Fri, 24 Feb 2017 19:12:57 +0200 Subject: [PATCH] Make user card buttons more light-theme friendly without compromising the dark ones. --- .../user_card_content/user_card_content.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/user_card_content/user_card_content.vue b/src/components/user_card_content/user_card_content.vue index fcdc7cca7a..b786ab8d38 100644 --- a/src/components/user_card_content/user_card_content.vue +++ b/src/components/user_card_content/user_card_content.vue @@ -15,22 +15,22 @@
- -
- + - +
@@ -183,9 +183,15 @@ } button { + border: solid; + border-width: 1px; width: 92%; height: 100%; } + .pressed { + border: solid; + border-width: 1px; + } } }