From 18171eef96c3490b2f474cc68607d613b6737b73 Mon Sep 17 00:00:00 2001 From: Gerhard Jungwirth Date: Thu, 7 Nov 2013 13:59:51 +0100 Subject: [PATCH] MT#4877 Fix button color on click --- share/static/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/share/static/css/main.css b/share/static/css/main.css index e672fc859f..6ab1d95ed9 100644 --- a/share/static/css/main.css +++ b/share/static/css/main.css @@ -8,7 +8,6 @@ body { .btn:hover, .btn:focus { background-position: 0 0; - background-color: transparent; transition: none; }