Lines Matching refs:border
19 border: 1px solid #ccc;
20 border: 1px solid rgba(0,0,0,.2);
21 .border-radius(6px);
41 border-bottom: 1px solid darken(@popoverTitleBackground, 5%);
42 .border-radius(5px 5px 0 0);
63 border-color: transparent;
64 border-style: solid;
67 border-width: @popoverArrowOuterWidth;
70 border-width: @popoverArrowWidth;
78 border-bottom-width: 0;
79 border-top-color: #999; // IE8 fallback
80 border-top-color: @popoverArrowOuterColor;
85 border-bottom-width: 0;
86 border-top-color: @popoverArrowColor;
93 border-left-width: 0;
94 border-right-color: #999; // IE8 fallback
95 border-right-color: @popoverArrowOuterColor;
99 border-left-width: 0;
100 border-right-color: @popoverArrowColor;
106 border-top-width: 0;
107 border-bottom-color: #999; // IE8 fallback
108 border-bottom-color: @popoverArrowOuterColor;
113 border-top-width: 0;
114 border-bottom-color: @popoverArrowColor;
122 border-right-width: 0;
123 border-left-color: #999; // IE8 fallback
124 border-left-color: @popoverArrowOuterColor;
127 border-right-width: 0;
128 border-left-color: @popoverArrowColor;