From 86ca545af276e9b813d01ccfc822c1cb80a2eb44 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 25 Jun 2015 16:11:38 +0200 Subject: [PATCH] fix button borders --- app/assets/stylesheets/zammad.css.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 68427f024..bb884754a 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -270,12 +270,11 @@ span[data-tooltip]:hover:before { padding: 10px 24px 9px; color: hsl(202,68%,54%); background: white; - border-color: rgba(0,0,0,.1); + border: 1px solid rgba(0,0,0,.1); outline: none !important; touch-action: manipulation; user-select: none; cursor: pointer; - border: 1px solid transparent; border-radius: 4px; text-align: center; white-space: nowrap;