-
Notifications
You must be signed in to change notification settings - Fork 19
/
styles.css
87 lines (76 loc) · 1.3 KB
/
styles.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
FilterSelect{
border-style: solid;
padding: 3;
border-width: 1;
border-color: #ccc;
border-radius: 5;
}
.btn-filter-select{
vertical-align: top;
align-content: center;
margin: 0;
padding: 1;
}
.fa {
font-family: FontAwesome, fontawesome-webfont;
}
.filter-select-tag-delete{
padding: 0;
margin: 0;
background-color: white;
height:20;
width: 20;
text-align: center;
border-color: white;
color:red;
}
.filter-select-tag{
margin:5;
margin-left: 8;
border-width: 1;
border-color: #ccc;
padding: 6;
height: auto;
border-radius: 20;
border-color: #ccc;
border-width: 1;
}
.filter-select-tag-label{
horizontal-align: right;
}
.filter-select-list label{
padding: 20;
}
.filter-select-list{
margin: 2;
}
.filter-select-hint{
vertical-align: middle;
text-align: center;
margin-top: 8;
}
FilterSelect.disabled{
background-color:#ccc;
}
.item.filter-select-selected{
border-width: 1;
border-color: green;
}
.filter-select-label{
height: auto;
padding: 5;
}
.filter-select-label.hint{
color:rgb(82, 82, 82);
}
.filter-select-label.selected{
color:black;
}
.filter-select-icon{
margin-left:10;
width: 10;
horizontal-align:left;
}
FilterSelect.disabled{
background-color:#ccc;
}