diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/css/themes/clix/clix2017.css b/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/css/themes/clix/clix2017.css index 44d3d94846..62d86b2eff 100644 --- a/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/css/themes/clix/clix2017.css +++ b/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/css/themes/clix/clix2017.css @@ -5699,8 +5699,6 @@ ul.authoring-tab > li > a.selected, ul.authoring-tab > li > a:hover { /* line 5976, ../../../scss/_clix2017.scss */ input.transcript-toggler { background-image: url(/static/ndf/images/Transcript.svg) no-repeat !important; - background-color: transparent; - /* make the button transparent */ background-repeat: no-repeat; /* make the background image appear only once */ background-position: 0px 0px; diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/scss/_clix2017.scss b/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/scss/_clix2017.scss index a85225efcb..c9c262b73f 100644 --- a/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/scss/_clix2017.scss +++ b/gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/scss/_clix2017.scss @@ -5975,7 +5975,7 @@ ul.authoring-tab{ input.transcript-toggler{ background-image: url(/static/ndf/images/Transcript.svg) no-repeat !important; - background-color: transparent; /* make the button transparent */ + // background-color: transparent; /* make the button transparent */ background-repeat: no-repeat; /* make the background image appear only once */ background-position: 0px 0px; /* equivalent to 'top left' */ border: none; /* assuming we don't want any borders */