Aggiustamenti Grafici

This commit is contained in:
nicola 2023-01-24 18:33:06 +01:00
parent 24343fea7d
commit c5b29c2024
2 changed files with 7 additions and 26 deletions

View File

@ -24,29 +24,10 @@
#displaycanto span:hover {
color: blue;
color: red;
}
/*
Popover properties
*/
/*
.popover-header {
color: blue;
font-size: 13px;
}
.popover-body {
color: red;
font-size: 12px;
}
.popover-footer {
color: gray;
font-size: 10px;
}
*/
/*
Minimap
*/
@ -117,13 +98,13 @@ Minimap
top: -60px;
left: 50px;
background-color: rgb(252, 252, 252);*/
background-color: #92a8d1;
/* background-color: #92a8d1; */
max-width: 170px;
/*min-width: 70px;
min-width: 70px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
padding: 8px 8px;*/
color:blue;
font-size: 10px;
padding: 8px 8px;
color:#1E90FF;
font-size: 12px;
z-index: 1;
/*float: top;*/
}

View File

@ -199,7 +199,7 @@ $(" .Ma, .Co, .Su, .Pa").each(function(idx, element) {
function formatTTContent(categ){
var details=getHoverContent(categ)
var myitems=details.split(',')
let catgramm='<b>'+myitems[0]+'</b>'
let catgramm='<div style="background-color: #DCDCDC; color: #00008B; text-align: center; padding-top: 5px; padding-bottom: 5px; font-size:14px" <b>'+myitems[0]+'</b></div>'
let subcatgramm=''
if (myitems.length>1)
subcatgramm='<i>'+myitems.slice(1,-1)+'</i>'