From fb223eaca5e4f92a1f623cc059d707775f6573ad Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 4 Oct 2017 16:12:00 +0200 Subject: [PATCH] done #1717 @0:05 --- style/fluidbook.less | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) 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 { -- 2.39.5