From 27f3ef15fc939966fc5c2b04cd15cf966b8e6b36 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 27 Jan 2016 11:35:27 +0100 Subject: [PATCH] Incresed popover pointer size --- wcfsetup/install/files/style/ui/popover.scss | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; } } } -- 2.20.1