mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-05 14:19:27 +00:00
ad0062fd40
-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
13 lines
418 B
CSS
Executable File
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;
|
|
}
|