diff --git a/module/block/view/productstatisticblock.html.php b/module/block/view/productstatisticblock.html.php index bf74aa95aa..b8f8ec387a 100644 --- a/module/block/view/productstatisticblock.html.php +++ b/module/block/view/productstatisticblock.html.php @@ -33,7 +33,7 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .block-statistic .panel-body {padding-top: 0;} .block-statistic .panel-body {padding-top: 0;} .block-statistic .tile {margin-bottom: 30px;} -.block-statistic .tile-title {font-size: 18px; margin-bottom: 10px;} +.block-statistic .tile-title {font-size: 18px; margin-bottom: 10px; color: #313C52;} .block-statistic .tile-amount {font-size: 44px; margin-bottom: 10px;} .block-statistic .col-nav {border-right: 1px solid #EBF2FB; width: 220px; padding: 0;} .block-statistic .nav-secondary > li {position: relative} @@ -72,7 +72,7 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .block-statistic.block-sm .nav-secondary > li.active > a.btn-view:hover {cursor: pointer; background: rgba(0,0,0,.1);} .status-count {margin:auto;} -.status-count tr:first-child td:last-child {color:#000;font-weight:bold;} +.status-count tr:first-child td:last-child {color:#000; font-weight:bold;}