]> _ Git - fluidbook-html5.git/commitdiff
wip #5955 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 May 2023 14:46:21 +0000 (16:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 26 May 2023 14:46:21 +0000 (16:46 +0200)
js/libs/fluidbook/fluidbook.background.js

index afb59803ad87dec840fa78eb3e8a518407568e7f..f986906c13704fd5801c5eea72b260786fec80ed 100644 (file)
@@ -37,7 +37,7 @@ FluidbookBackground.prototype = {
                     style = "background-image:none !important;background-color:" + back + " !important;";
                 }
                 $('#background').attr('style', style);
-                $("#prev-arrows,#next-arrows,#menuOpener,.audio-description-button,#horizontalNav #iconList a .svg-icon").css('color', arrows);
+                $("#prev-arrows,#next-arrows,#menuOpener,.audio-description-button,#horizontalNav #iconList a .svg-icon, #horizontalNav #iconList a span").css('color', arrows);
             });
         }
     },