|
22 | 22 | line-height: 26px;
|
23 | 23 | color: #444;
|
24 | 24 | text-decoration: none;
|
25 |
| - -webkit-border-radius: 4px; |
26 |
| - -moz-border-radius: 4px; |
27 | 25 | border-radius: 4px;
|
28 | 26 | background-color: #fff;
|
29 | 27 | }
|
|
75 | 73 | background: #fff;
|
76 | 74 | color: #000;
|
77 | 75 | border: 1px solid #aaa;
|
78 |
| - -webkit-border-radius: 4px; |
79 |
| - -moz-border-radius: 4px; |
80 | 76 | border-radius: 4px;
|
81 | 77 | }
|
82 | 78 |
|
83 | 79 | .ms-drop.bottom {
|
84 | 80 | top: 100%;
|
85 |
| - -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); |
86 |
| - -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); |
87 | 81 | box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
88 | 82 | }
|
89 | 83 |
|
90 | 84 | .ms-drop.top {
|
91 | 85 | bottom: 100%;
|
92 |
| - -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); |
93 |
| - -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15); |
94 | 86 | box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
95 | 87 | }
|
96 | 88 |
|
|
115 | 107 | font-family: sans-serif;
|
116 | 108 | font-size: 1em;
|
117 | 109 | border: 1px solid #aaa;
|
118 |
| - -webkit-border-radius: 0; |
119 |
| - -moz-border-radius: 0; |
120 | 110 | border-radius: 0;
|
121 |
| - -webkit-box-shadow: none; |
122 |
| - -moz-box-shadow: none; |
123 | 111 | box-shadow: none;
|
124 |
| - background: #fff url('multiple-select.png') no-repeat 100% -22px; |
125 |
| - background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee)); |
126 |
| - background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%); |
127 |
| - background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); |
128 |
| - background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); |
129 |
| - background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%); |
130 |
| - background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%); |
| 112 | + background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(to top, #ffffff 85%, #eeeeee 99%); |
131 | 113 | }
|
132 | 114 |
|
133 | 115 | .ms-search, .ms-filter {
|
134 |
| - -webkit-box-sizing: border-box; |
135 |
| - -khtml-box-sizing: border-box; |
136 |
| - -moz-box-sizing: border-box; |
137 |
| - -ms-box-sizing: border-box; |
138 | 116 | box-sizing: border-box;
|
139 | 117 | }
|
140 | 118 |
|
|
154 | 132 |
|
155 | 133 | .ms-drop ul > li .disabled {
|
156 | 134 | opacity: .35;
|
157 |
| - filter: Alpha(Opacity=35); |
158 | 135 | }
|
159 | 136 |
|
160 | 137 | .ms-drop ul > li.multiple {
|
|
0 commit comments