From 5bef39189bb42949ddd37f7c16358112be2233ac Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Mon, 2 Jan 2017 13:38:10 +0100 Subject: [PATCH] Bugfix: Frio css - add z-index to badges --- view/theme/frio/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1c602898e6..6f1fcf74ad 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -270,6 +270,7 @@ a#item-delete-selected { vertical-align: baseline; background-color: $link_color; border-radius: 4px; + z-index: 1; } aside .badge { opacity: 0.7;