]> _ Git - fluidbook-html5.git/commitdiff
done #1717 @0:05
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2017 14:12:00 +0000 (16:12 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 4 Oct 2017 14:12:00 +0000 (16:12 +0200)
style/fluidbook.less

index 383988fe2a442059a6d7fc98167d194fe6d2fda1..67993bc37a68c832161bd3070f9b1065cc56d4b8 100644 (file)
@@ -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 {