19 lines
609 B
CSS
19 lines
609 B
CSS
|
|
.icon_report {
|
||
|
|
background: url('../../icon/Icon16/report.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_import {
|
||
|
|
background: url('../../icon/Icon16/table_import.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_addOK {
|
||
|
|
background: url('../../icon/Icon16/heart_add.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_rowvideo {
|
||
|
|
background: url('../../icon/Icon16/online_video_insert.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_table_save {
|
||
|
|
background: url('../../icon/Icon16/table_save.png') no-repeat center center;
|
||
|
|
}
|
||
|
|
.icon_database_save {
|
||
|
|
background: url('../../icon/Icon16/database_save.png') no-repeat center center;
|
||
|
|
}
|