From fc60050ee1a03eeaf8be4ec451bf21ac5da70db5 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Mon, 11 Jan 2016 12:59:37 -0500 Subject: [PATCH] Fix for settings modal showing both footer buttons --- src/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/style.css b/src/public/style.css index a4f5cb2..761eeae 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -160,6 +160,10 @@ input { width: 100%; } +#settings-modal .modal-footer button.encryption-inactive { + display: none; +} + #first-modal .modal-footer button.encryption-inactive { display: none; }