File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
<style >
2
2
.v-select {
3
3
position : relative ;
4
+ font-family : sans-serif ;
4
5
}
5
6
.v-select ,
6
7
.v-select * {
7
8
-webkit-box-sizing : border-box ;
8
9
-moz-box-sizing : border-box ;
9
10
box-sizing : border-box ;
10
- font-family : sans-serif ;
11
11
}
12
12
/* Open Indicator */
13
13
.v-select .open-indicator {
76
76
cursor : pointer ;
77
77
}
78
78
.v-select.open .dropdown-toggle {
79
+ border-bottom-color : transparent ;
79
80
border-bottom-left-radius : 0 ;
80
81
border-bottom-right-radius : 0 ;
81
82
}
91
92
width : 100% ;
92
93
overflow-y : scroll ;
93
94
border : 1px solid rgba (0 , 0 , 0 , .26 );
95
+ box-shadow : 0px 3px 6px 0px rgba (0 ,0 ,0 ,.15 );
94
96
border-top : none ;
95
97
border-radius : 0 0 4px 4px ;
96
98
text-align : left ;
97
99
list-style : none ;
100
+ background : #fff ;
98
101
}
99
102
.v-select .no-options {
100
103
text-align : center ;
You can’t perform that action at this time.
0 commit comments