aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/dataset-load/dataset-load.component.css
blob: 54e0738e878af2645d168f1ec01b65d305efeafe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.btnType1 {
    background-color: #003459;
    color: white;
}
.btnType2 {
    background-color: white;
    color: #003459;
    border-color: #003459;
}
.selectedDatasetClass {
    /*border-color: 2px solid #003459;*/
    background-color: lightblue;
}