Lines Matching refs:shadow

20   @if $shadow4!=none { box-shadow: $shadow1, $shadow2, $shadow3, $shadow4; }
21 @else if $shadow3!=none { box-shadow: $shadow1, $shadow2, $shadow3; }
22 @else if $shadow2!=none { box-shadow: $shadow1, $shadow2; }
23 @else { box-shadow: $shadow1; }
48 box-shadow: none;
54 box-shadow: none;
96 // $tc is the optional text color, not the shadow color
101 $shadow: draw_text_shadow_color($tc, $bg); variable
104 text-shadow: 0 1px $shadow;
105 icon-shadow: 0 1px $shadow;
108 text-shadow: 0 -1px $shadow;
109 icon-shadow: 0 -1px $shadow;
113 @mixin button($t, $c:$base_color, $tc:$fg_color, $edge: $borders_edge, $shadow: $shadow_color) { parameter
122 // $shadow: set to none to not draw the drop shadow or specify a color to not
134 $button_shadow: if($shadow == none, none, 0 1px 1px 0 $shadow);
142 box-shadow: none;
143 text-shadow: 0 1px $text_shadow_color;
144 icon-shadow: 0 1px $text_shadow_color;
150 text-shadow: 0 1px $text_shadow_color;
151 icon-shadow: 0 1px $text_shadow_color;
152 box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.4);
161 box-shadow: none;
162 text-shadow: 0 1px $text_shadow_color;
163 icon-shadow: 0 1px $text_shadow_color;
171 text-shadow: none;
172 icon-shadow: none;
173 box-shadow: none;
181 box-shadow: none;
182 text-shadow: none;
183 icon-shadow: none;
191 // box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
192 text-shadow: 0 1px $text_shadow_color;
193 icon-shadow: 0 1px $text_shadow_color;
199 text-shadow: 0 1px $text_shadow_color;
200 icon-shadow: 0 1px $text_shadow_color;
201 box-shadow: inset 0 0 0 2px transparentize($selected_bg_color, 0.4);
210 text-shadow: 0 1px $text_shadow_color;
211 icon-shadow: 0 1px $text_shadow_color;
219 text-shadow: none;
220 icon-shadow: none;
221 box-shadow: none;
229 box-shadow: none;
230 text-shadow: none;
231 icon-shadow: none;
240 text-shadow: none;
241 icon-shadow: none;