From 89a590265a92359c0dbf5c2088c2c7a1ea80e247 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 22 Jun 2017 19:07:42 +0200 Subject: [PATCH] try #1392 @0.25 --- style/fluidbook.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } -- 2.39.5