From 7365f3b350a83df97b26aaf9369cbf7b39276031 Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Mon, 12 Dec 2016 11:17:17 +0100 Subject: [PATCH] adjusted easyui icon size --- include/vendor_custom/easyui/icon.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/vendor_custom/easyui/icon.css b/include/vendor_custom/easyui/icon.css index 38967a835..c4813ce99 100755 --- a/include/vendor_custom/easyui/icon.css +++ b/include/vendor_custom/easyui/icon.css @@ -1,12 +1,12 @@ .icon-fhc-chart{ background:url('../../../skin/images/Chart.svg') no-repeat center center; - background-size: 16px 16px; + background-size: 11px 16px; } .icon-fhc-report{ background:url('../../../skin/images/Report.svg') no-repeat center center; - background-size: 16px 16px; + background-size: 11px 16px; } .icon-fhc-statistik{ background:url('../../../skin/images/Statistik.svg') no-repeat center center; - background-size: 16px 16px; + background-size: 11px 16px; }