File size: 538 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#statusBtn {
    border: none;
    outline: none;
}
#pending {
    color: white;
    background: rgb(255 78 96);
}
#pending:hover{
    background: rgb(228 72 88);
}
#ongoing {
    color: white;
    background: rgb(73 146 255);
}
#ongoing:hover{
    background: #4185e2;
}
#done {
    color: white;
    background: rgb(31 204 123);
}
#done:hover{
    background: rgb(31 177 109);
}
.dropdown-menu{
    padding: 1px!important;
    border: 1px solid black!important;
}

#dropdown-basic-button .btn {
    border: none;
    box-shadow: none;
}