From: Vincent Vanwaelscappel Date: Thu, 22 Jun 2017 17:07:42 +0000 (+0200) Subject: try #1392 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=89a590265a92359c0dbf5c2088c2c7a1ea80e247;p=fluidbook-html5.git try #1392 @0.25 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index d4cd9c47..bf76e32e 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1816,7 +1816,7 @@ ul.chapters { /* Tooltip */ #tooltip { - @tooltip-arrows-size: 12px; + @tooltip-arrows-size: 10px; position: absolute; background-color: @tooltip-background; @@ -1824,7 +1824,7 @@ ul.chapters { top: 0px; left: 0px; padding: 20px 25px; - border-radius: 2px; + border-radius: 3px; display: none; font-size: 14px; z-index: 100; @@ -1845,7 +1845,6 @@ ul.chapters { height: 0; border-left: @tooltip-arrows-size solid transparent; border-right: @tooltip-arrows-size solid transparent; - border-radius: 2px; display: block; }