Skip to content

Commit dd8c15f

Browse files
jaspermdegrootjzaefferer
authored andcommitted
CSS Framework: Updated section about shadow
Closes jquerygh-245
1 parent e154a48 commit dd8c15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/theming/css-framework.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ <h4>Overlay &amp; Shadow</h4>
114114
<code>.ui-widget-overlay</code>: Applies 100% width &amp; height dimensions to an overlay screen, along with background color/texture, and screen opacity.
115115
</li>
116116
<li>
117-
<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).
117+
<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.
118118
</li>
119119
</ul>

0 commit comments

Comments
 (0)