Skip to content

Commit

Permalink
transcript button bg fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saavrabh committed Mar 8, 2018
1 parent 73e52ec commit c7587a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion gnowsys-ndf/gnowsys_ndf/ndf/static/ndf/scss/_clix2017.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit c7587a1

Please sign in to comment.