From: Vincent Vanwaelscappel Date: Wed, 4 Oct 2017 14:12:00 +0000 (+0200) Subject: done #1717 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fb223eaca5e4f92a1f623cc059d707775f6573ad;p=fluidbook-html5.git done #1717 @0:05 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 383988fe..67993bc3 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -664,32 +664,19 @@ body, html { } .rtl #previous, .ltr #next { - background-image: url("../data/images/interface-next.svg"); + background-image: url("../data/images/interface-sharp-next.svg"); + border-top-left-radius: 1px; + border-bottom-left-radius: 1px; right: 0px; transform-origin: 100% 0; - border-top-left-radius: 7px; - border-bottom-left-radius: 7px; } .rtl #next, .ltr #previous { - background-image: url("../data/images/interface-previous.svg"); + background-image: url("../data/images/interface-sharp-previous.svg"); + border-top-right-radius: 1px; + border-bottom-right-radius: 1px; left: 0px; transform-origin: 0 0; - border-top-right-radius: 7px; - border-bottom-right-radius: 7px; -} - -.sharp { - &.rtl #previous, &.ltr #next { - background-image: url("../data/images/interface-sharp-next.svg"); - border-top-left-radius: 1px; - border-bottom-left-radius: 1px; - } - &.rtl #next, &.ltr #previous { - background-image: url("../data/images/interface-sharp-previous.svg"); - border-top-right-radius: 1px; - border-bottom-right-radius: 1px; - } } .audio-description-button {