Cambiate icone note, corretto bug mouseover sui sentencetag nei css

This commit is contained in:
Luca Trupiano 2023-11-24 11:38:03 +01:00
parent 1efd3255cb
commit 68130fe516
3 changed files with 11 additions and 7 deletions

View File

@ -370,7 +370,7 @@ li::marker {
/* ------- $danger #7d325a -------- */
#displaycanto span:hover {
#displaycanto span:hover:not(.sentencetag) {
color: #7d325a;
}
.ttContent {

View File

@ -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 {

View File

@ -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 = '<ion-icon name="pricetags"></ion-icon>';
var commentIcon = '<ion-icon name="document-attach"></ion-icon><ion-icon name="add-circle-outline"></ion-icon>';
} else {
var commentIcon = '<ion-icon name="pricetag"></ion-icon>';
var commentIcon = '<ion-icon name="document-attach"></ion-icon>';
}
//var commentIcon = '<ion-icon name="information"></ion-icon>';
//var number = " "+numberOfComments.toString();