]> _ Git - fluidbook-html5.git/commitdiff
try #1392 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2017 17:07:42 +0000 (19:07 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 22 Jun 2017 17:07:42 +0000 (19:07 +0200)
style/fluidbook.less

index d4cd9c47579a98696b53a872eb773d5eb4629bdb..bf76e32e4fdb8fa746e7665555264ca5ab826a68 100644 (file)
@@ -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;
        }