From 77b3c78a7027b21bfebc0444be6380c845ef83e9 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 1 Jun 2017 11:17:29 +0200 Subject: [PATCH] Fix locale switcher button background --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index eefeedb..16f991c 100644 --- a/css/style.css +++ b/css/style.css @@ -619,6 +619,7 @@ h1 { } .localesBtn { + background-color: transparent; border: none; cursor: pointer; display: inline-block;