From e9162eeade20f7946342d8946f84a8a261b41e3c Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Thu, 22 Jan 2015 19:44:27 +0100 Subject: [PATCH] CSS Framework: Updated section about shadow --- pages/theming/css-framework.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/theming/css-framework.html b/pages/theming/css-framework.html index 102293bc..12cdaa6f 100644 --- a/pages/theming/css-framework.html +++ b/pages/theming/css-framework.html @@ -114,6 +114,6 @@

Overlay & Shadow

.ui-widget-overlay: Applies 100% width & height dimensions to an overlay screen, along with background color/texture, and screen opacity.
  • - .ui-widget-shadow: 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). + .ui-widget-shadow: Class to be applied to overlay widget shadow elements. Sets box-shadow x & y offset, blur radius and color.