dragable.css 177 Bytes
Newer Older
1
2
3
4
5
6
7
8
.Disabled {
    background-color: #afafaf !important;
    color: white !important;
}
.Disabled:hover {
    background-color: #afafaf !important;
    color: #121212 !important;
}