contactimporter/resources/css/contactimporter-main.css

13 lines
353 B
CSS
Raw Normal View History

.icon_contactimporter_button {
background: url(../images/import_icon.png) no-repeat !important;
background-repeat: no-repeat;
background-position: center;
background-size: 18px!important;
2016-06-13 19:59:17 +02:00
}
.icon_contactimporter_export {
background: url(../images/download.png) no-repeat;
background-repeat: no-repeat;
background-position: center;
}