From 1887033b2152f9b76feefea98e8cfe74a70b1387 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 25 Apr 2012 13:48:27 +0200 Subject: [PATCH] Increased arrow size --- wcfsetup/install/files/style/popover.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wcfsetup/install/files/style/popover.less b/wcfsetup/install/files/style/popover.less index 361a9fb7d0..d869475e34 100644 --- a/wcfsetup/install/files/style/popover.less +++ b/wcfsetup/install/files/style/popover.less @@ -17,7 +17,7 @@ .boxShadow(0, 3px, rgba(0, 0, 0, .3), 7px); &:after { - border: 7px solid transparent; + border: 10px solid transparent; content: ""; display: inline-block; position: absolute; @@ -27,21 +27,21 @@ &.top:after { border-bottom-width: 0; border-top-color: rgba(0, 0, 0, .2); - bottom: -7px; + bottom: -10px; } &.bottom:after { border-bottom-color: rgba(0, 0, 0, .2); border-top-width: 0; - top: -7px; + top: -10px; } &.right:after { - left: 7px; + left: 10px; } &.left:after { - right: 7px; + right: 10px; } } -- 2.20.1