diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 9320477f..eae4e014 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -143,11 +143,11 @@ templates['kanji.html'] = template({"1":function(container,depth0,helpers,partia },"33":function(container,depth0,helpers,partials,data) { return "class=\"source-term\""; },"35":function(container,depth0,helpers,partials,data) { - return "class=\"source-term term-button-fade\""; + return "class=\"source-term invisible\""; },"37":function(container,depth0,helpers,partials,data) { return "class=\"next-term\""; },"39":function(container,depth0,helpers,partials,data) { - return "class=\"next-term term-button-fade\""; + return "class=\"next-term invisible\""; },"41":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; @@ -491,11 +491,11 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia },"67":function(container,depth0,helpers,partials,data) { return "class=\"source-term\""; },"69":function(container,depth0,helpers,partials,data) { - return "class=\"source-term term-button-fade\""; + return "class=\"source-term invisible\""; },"71":function(container,depth0,helpers,partials,data) { return "class=\"next-term\""; },"73":function(container,depth0,helpers,partials,data) { - return "class=\"next-term term-button-fade\""; + return "class=\"next-term invisible\""; },"75":function(container,depth0,helpers,partials,data,blockParams,depths) { var stack1; diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 195acadf..70fffdc1 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -82,10 +82,6 @@ ol, ul { right: 0px; } -.term-button-fade { - opacity: 0.4; -} - /* * Search page diff --git a/tmpl/kanji.html b/tmpl/kanji.html index bbc0fc9d..d205cda5 100644 --- a/tmpl/kanji.html +++ b/tmpl/kanji.html @@ -89,8 +89,8 @@ No data found {{#if definitions}}
- - + +
{{#each definitions}} {{#unless @first}}
{{/unless}} diff --git a/tmpl/terms.html b/tmpl/terms.html index 9cfabc58..d0c142d9 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -127,8 +127,8 @@ {{#if definitions}}
- - + +
{{#each definitions}} {{#unless @first}}
{{/unless}}