.my-toolbar-item {
    width: 10px;
    height: 10px;
    display: block;
    background-position: center;
    background-color: transparent;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url('/diskette.png');
}

