From 8e40d92ab4e508a00a365235d682fc2799988ae9 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 21 Apr 2018 20:15:07 +0200 Subject: [PATCH] Added styling for enigmail button --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index 3ad9aa6..119dc06 100755 --- a/css/style.css +++ b/css/style.css @@ -355,6 +355,15 @@ body { background: #f8ed33; border: 1px solid #f8ed33; } +.button.boxed.enigmail { + border: 1px solid #0077bb; + background: none; + color: #0077bb; } + +.button.boxed.enigmail:hover { + color: #fff; + background: #0077bb; } + .button.boxed.identihub { border: 1px solid #58595b; background: none;