Skip to content

Commit

Permalink
CSS Framework: Updated section about shadow
Browse files Browse the repository at this point in the history
Closes gh-245
  • Loading branch information
jaspermdegroot authored and jzaefferer committed Apr 22, 2015
1 parent 1974392 commit a9102df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/theming/css-framework.html
Expand Up @@ -114,6 +114,6 @@ <h4>Overlay &amp; Shadow</h4>
<code>.ui-widget-overlay</code>: Applies 100% width &amp; height dimensions to an overlay screen, along with background color/texture, and screen opacity.
</li>
<li>
<code>.ui-widget-shadow</code>: Class to be applied to overlay widget shadow elements. Applies background color/texture, custom corner radius, opacity, top/left offsets and shadow "thickness". Thickness is applied via padding to all sides of a shadow that is set to match the dimensions of the overlay element. Offsets are applied via top and left margins (can be positive or negative).
<code>.ui-widget-shadow</code>: Class to be applied to overlay widget shadow elements. Sets <code>box-shadow</code> x &amp; y offset, blur radius and color.
</li>
</ul>

0 comments on commit a9102df

Please sign in to comment.