From: rabuzarus <> Date: Mon, 2 Jan 2017 12:38:10 +0000 (+0100) Subject: Bugfix: Frio css - add z-index to badges X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5bef39189bb42949ddd37f7c16358112be2233ac;p=friendica.git Bugfix: Frio css - add z-index to badges --- 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;