﻿#download-file-list-widget button {
    border-radius: 10px;
    transition: .3s;
    border: .3px solid gray;
}

#download-file-list-widget button:hover {
    border-radius: 10px;
    background: #9e5b9b;
    border-color: #00000000;
    color: white;
}