.history-control.leaflet-bar a.history-back-button { 
    background-color: rgba(0, 0, 0, 0.5); 
    background-image: url('../../../Content/ikonice-mape srbije/back-tr.png');
}
.history-control.leaflet-bar a.history-forward-button {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../../../Content/ikonice-mape srbije/forward-tr.png');
}
.history-control.leaflet-bar a.history-back-button:hover {
    background-color: rgba(46, 40, 115, 1);
    #background-image: url('../../../Content/ikonice-mape srbije/back-lj-100.png');
}
.history-control.leaflet-bar a.history-forward-button:hover {
    background-color: rgba(46, 40, 115, 1);
    #background-image: url('../../../Content/ikonice-mape srbije/forward-lj-100.png');
}
.history-control.leaflet-bar a.history-back-button.leaflet-disabled:hover, .history-control.leaflet-bar a.history-back-button.leaflet-disabled {
    background-color: rgb(102, 102, 102);
    #background-image: url('../../../Content/ikonice-mape srbije/back-t.png');
}
.history-control.leaflet-bar a.history-forward-button.leaflet-disabled:hover, .history-control.leaflet-bar a.history-forward-button.leaflet-disabled {
    background-color: rgb(102, 102, 102);
    #background-image: url('../../../Content/ikonice-mape srbije/forward-tr.png');
}

