From e1fa7340b37e9060957c7a82045a78fc35d02a0b Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Mon, 8 Aug 2016 22:58:21 +0200 Subject: [PATCH] add background on popup tab otherwise they are transparency --- htdocs/theme/eldy/style.css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index eed6e5792ca..86575571efb 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1891,6 +1891,7 @@ div.tabBar { } div.popuptabset { padding: 6px; + background: #fff; border: 1px solid #888; } div.popuptab {