﻿/*
    This file is used to modify the bootstrap library at the global level.
*/

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    pointer-events: none;
}
