From 2d4c35cda719bfcadf47eee6d60532f72b9a60e7 Mon Sep 17 00:00:00 2001 From: fkaelberer Date: Sun, 18 May 2014 17:32:26 +0200 Subject: [PATCH] fix buttons under android --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 7f87e8bdb..e10ce954f 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -545,7 +545,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton { .toolbarButton, .secondaryToolbarButton { border: 0 none; - background-color: rgba(0, 0, 0, 0); + background: none; width: 32px; height: 25px; }