From: Alexander Ebert Date: Wed, 25 Apr 2012 11:48:27 +0000 (+0200) Subject: Increased arrow size X-Git-Tag: 2.0.0_Beta_1~1142 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1887033b2152f9b76feefea98e8cfe74a70b1387;p=GitHub%2FWoltLab%2FWCF.git Increased arrow size --- 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; } }