From 5f015f6249694432af77c68c7f3ad46cd0fadd97 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 27 May 2015 14:32:27 +0200 Subject: [PATCH] fix delete task in FF --- app/assets/stylesheets/zammad.css.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 7a43f2fc1..4ebb1feb6 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -1694,8 +1694,8 @@ footer { } .nav-tab-close-inner { - width: 21px; - height: 21px; + width: 19px; + height: 19px; background-color: #2c2d36; border-radius: 100%; display: flex; @@ -1708,11 +1708,10 @@ footer { } .nav-tab-close svg { - width: 13px; - height: 13px; + width: 9px; + height: 9px; fill: white; opacity: 0.3; - transform: scale(0.7); } .nav-tab-close:hover svg {