Files
FHC-Core/include/vendor_custom/easyui/icon.css
T
Andreas Moik ad0062fd40 jQuery EasyUI
-jQuery EasyUI in /include/js eingefügt
	-Metainclude für jQuery EasyUI in /include/meta angelegt welche alle nötigen jQuery EasyUI Dateien und die unterhalb beschriebene custom css als html Import bereitstellt
	-Custom css Datei für jQuery EasyUI in /include/vendor_custom/easyui angelegt
2015-11-11 10:49:31 +01:00

13 lines
418 B
CSS
Executable File

.icon-fhc-chart{
background:url('../../../skin/images/Graphs_clip_art.svg') no-repeat center center;
background-size: 16px 16px;
}
.icon-fhc-report{
background:url('../../../skin/images/x-office-presentation.svg') no-repeat center center;
background-size: 16px 16px;
}
.icon-fhc-statistik{
background:url('../../../skin/images/x-office-spreadsheet.svg') no-repeat center center;
background-size: 16px 16px;
}