diff --git a/css/custom2_4.2.css b/css/custom2_4.2.css
index be9208a..2d716e2 100644
--- a/css/custom2_4.2.css
+++ b/css/custom2_4.2.css
@@ -370,7 +370,7 @@ li::marker {
/* ------- $danger #7d325a -------- */
-#displaycanto span:hover {
+#displaycanto span:hover:not(.sentencetag) {
color: #7d325a;
}
.ttContent {
diff --git a/css/custom2_4.3.css b/css/custom2_4.3.css
index f33e2a3..3de73b9 100644
--- a/css/custom2_4.3.css
+++ b/css/custom2_4.3.css
@@ -313,6 +313,7 @@ li::marker {
/* ------- #cbcbc0 -------- */
.navbar {
+ background-color: rgb(246, 247, 245) !important;
/* background-image: linear-gradient(to right, #e7d4bf , #d9c8ca); */
border-bottom-width: 2px !important;
border-bottom-color: #cbcbc0 !important;
@@ -385,7 +386,7 @@ li::marker {
/* ------- $danger #7d325a -------- */
-#displaycanto span:hover {
+#displaycanto span:hover:not(.sentencetag) {
color: #7d325a;
}
.ttContent {
@@ -393,10 +394,10 @@ li::marker {
}
-/* ------- #c6b59f -------- */
+/* ------- era #c6b59f -------- */
.citazioneFrase {
- color: #c6b59f;
+ color: #9d815d;
}
@@ -420,7 +421,10 @@ li::marker {
background-color: #8dac91 !important;
}
.bg-lida10 {
- background-color: #bbcdbd !important;
+ background-color: #bbcdbd !important;
+}
+.bg-lida10n {
+ background-color: #a1acb6 !important;
}
.bg-lida10-mix {
diff --git a/js/cesareBrowse.js b/js/cesareBrowse.js
index 42d4ca2..eb1ca4f 100644
--- a/js/cesareBrowse.js
+++ b/js/cesareBrowse.js
@@ -1323,9 +1323,9 @@ function resetFrasi(){
//btn-sm btn-outline-secondary
spanoccorrenza.attr('class', 'btn btn-sm btn-outline-primary showcomments bg-light border-0 rounded text-primary px-1 pt-1 pb-0 ml-1');
if (numberOfComments > 1){
- var commentIcon = '';
+ var commentIcon = '';
} else {
- var commentIcon = '';
+ var commentIcon = '';
}
//var commentIcon = '';
//var number = " "+numberOfComments.toString();