From 56dff19575a4ec4a92c986a62f208c985a320aa5 Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 6 Jul 2016 22:05:43 -0400 Subject: [PATCH] Style modal buttons --- popup.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popup.html b/popup.html index 80662e1..1732d6c 100644 --- a/popup.html +++ b/popup.html @@ -43,6 +43,10 @@ transition: all .2s ease-out; border-radius: .25em; } + button { + padding: 0.25em 1em; + width: auto; + } button.secondary { background: #aaa; border: 1px solid #aaa;