From: Vincent Vanwaelscappel Date: Fri, 26 May 2023 14:46:21 +0000 (+0200) Subject: wip #5955 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7341ccdf7786ae09febd816deb51bf7740b40039;p=fluidbook-html5.git wip #5955 @0:10 --- diff --git a/js/libs/fluidbook/fluidbook.background.js b/js/libs/fluidbook/fluidbook.background.js index afb59803..f986906c 100644 --- a/js/libs/fluidbook/fluidbook.background.js +++ b/js/libs/fluidbook/fluidbook.background.js @@ -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); }); } },