Incresed popover pointer size
authorAlexander Ebert <ebert@woltlab.com>
Wed, 27 Jan 2016 10:35:27 +0000 (11:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 27 Jan 2016 10:35:27 +0000 (11:35 +0100)
wcfsetup/install/files/style/ui/popover.scss

index a77b4726282af116768dc33a970584fe113bfaba..a881863b3e634ca6532d82258e96c3bbf561d551 100644 (file)
        }
        
        > .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;
                        }
                }
                > 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;
                } 
        }
 }