From: Alexander Ebert Date: Wed, 27 Jan 2016 10:35:27 +0000 (+0100) Subject: Incresed popover pointer size X-Git-Tag: 3.0.0_Beta_1~2030^2~120 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=27f3ef15fc939966fc5c2b04cd15cf966b8e6b36;p=GitHub%2FWoltLab%2FWCF.git Incresed popover pointer size --- diff --git a/wcfsetup/install/files/style/ui/popover.scss b/wcfsetup/install/files/style/ui/popover.scss index a77b472628..a881863b3e 100644 --- a/wcfsetup/install/files/style/ui/popover.scss +++ b/wcfsetup/install/files/style/ui/popover.scss @@ -32,19 +32,19 @@ } > .elementPointer { - border-width: 0 7px 7px; + border-width: 0 10px 10px; border-style: solid; border-color: $wcfDropdownBorder transparent; top: 0; &.flipVertical { - border-width: 7px 7px 0; + border-width: 10px 10px 0; bottom: 0; top: auto; > span { - border-width: 5px 5px 0; - bottom: 2px; + border-width: 10px 10px 0; + bottom: 1px; top: auto; } } @@ -52,10 +52,10 @@ > span { border-color: $wcfContentBackground transparent; border-style: solid; - border-width: 0 5px 5px; - left: -5px; + border-width: 0 10px 10px; + left: -10px; position: absolute; - top: 2px; + top: 1px; } } }