From 67dccaa9ad955893c03a6a20cff2c37518407a28 Mon Sep 17 00:00:00 2001 From: Geraint White Date: Sun, 28 Jun 2015 22:00:52 +0100 Subject: [PATCH] Improve dialogue buttons hover state --- css/dialog.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/dialog.less b/css/dialog.less index f62695a..f2a8c68 100644 --- a/css/dialog.less +++ b/css/dialog.less @@ -31,12 +31,13 @@ font-size: 16px; button { + padding: 10px; border: none; text-align: center; background: white; color: black; min-width: 75px; - margin: 8px; + margin: 0 8px; text-transform: uppercase; color: @accent;