Lines Matching refs:border
114 border-bottom: 1px solid #ddd;
116 // Make the list-items overlay the bottom border
125 border: 1px solid transparent;
126 .border-radius(4px 4px 0 0);
129 border-color: @grayLighter @grayLighter #ddd;
138 border: 1px solid #ddd;
139 border-bottom-color: transparent;
153 .border-radius(5px);
179 border-bottom: 0;
182 border: 1px solid #ddd;
183 .border-radius(0);
186 .border-top-radius(4px);
189 .border-bottom-radius(4px);
193 border-color: #ddd;
211 ….border-radius(0 0 6px 6px); // remove the top rounded corners here since there is a hard edge abo…
214 .border-radius(6px); // make rounded corners match the pills
221 border-top-color: @linkColor;
222 border-bottom-color: @linkColor;
227 border-top-color: @linkColorHover;
228 border-bottom-color: @linkColorHover;
238 border-top-color: #fff;
239 border-bottom-color: #fff;
242 border-top-color: @gray;
243 border-bottom-color: @gray;
261 border-color: @grayLight;
267 border-top-color: @white;
268 border-bottom-color: @white;
275 border-color: @grayLight;
295 // Remove border on bottom, left, right
299 border-bottom: 0;
317 border-top: 1px solid #ddd;
324 .border-radius(0 0 4px 4px);
327 border-bottom-color: transparent;
328 border-top-color: #ddd;
334 border-color: transparent #ddd #ddd #ddd;
356 border-right: 1px solid #ddd;
360 .border-radius(4px 0 0 4px);
364 border-color: @grayLighter #ddd @grayLighter @grayLighter;
369 border-color: #ddd transparent #ddd #ddd;
370 *border-right-color: @white;
377 border-left: 1px solid #ddd;
381 .border-radius(0 4px 4px 0);
385 border-color: @grayLighter @grayLighter @grayLighter #ddd;
390 border-color: #ddd #ddd #ddd transparent;
391 *border-left-color: @white;