Use shadow for hover of stats numbers
This commit is contained in:
parent
6c5849fc87
commit
7a53fa6be6
@ -2831,11 +2831,7 @@ div.tabBar .noborder {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.boxstats:hover {
|
.boxstats:hover {
|
||||||
<?php if ($colorbacklinepairhover) { ?>
|
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
|
||||||
background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
|
|
||||||
<?php } else { ?>
|
|
||||||
background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinepair1)); ?>;
|
|
||||||
<?php } ?>
|
|
||||||
}
|
}
|
||||||
span.boxstatstext {
|
span.boxstatstext {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
|
|||||||
@ -2712,11 +2712,7 @@ div.tabBar .noborder {
|
|||||||
min-height: 38px;
|
min-height: 38px;
|
||||||
}
|
}
|
||||||
.boxstats:hover {
|
.boxstats:hover {
|
||||||
<?php if ($colorbacklinepairhover) { ?>
|
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.20);
|
||||||
background: rgb(<?php echo $colorbacklinepairhover; ?>) !important;
|
|
||||||
<?php } else { ?>
|
|
||||||
background-color: #<?php echo colorArrayToHex(colorStringToArray($colorbacklinepair1)); ?>;
|
|
||||||
<?php } ?>
|
|
||||||
}
|
}
|
||||||
span.boxstatstext {
|
span.boxstatstext {
|
||||||
/* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */
|
/* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user