Use shadow for hover of stats numbers

This commit is contained in:
Laurent Destailleur 2016-08-09 15:56:55 +02:00
parent 6c5849fc87
commit 7a53fa6be6
2 changed files with 2 additions and 10 deletions

View File

@ -2831,11 +2831,7 @@ div.tabBar .noborder {
border-radius: 4px;
}
.boxstats:hover {
<?php if ($colorbacklinepairhover) { ?>
background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
<?php } else { ?>
background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinepair1)); ?>;
<?php } ?>
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}
span.boxstatstext {
opacity: 0.8;

View File

@ -2712,11 +2712,7 @@ div.tabBar .noborder {
min-height: 38px;
}
.boxstats:hover {
<?php if ($colorbacklinepairhover) { ?>
background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
<?php } else { ?>
background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinepair1)); ?>;
<?php } ?>
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
}
span.boxstatstext {
/* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */