box-shadow definition for ui-widget-shadow

box-shadow definition for ui-widget-shadow

Personally, I make this change to my jquery-ui-custom.css because it makes more sense than not doing it:
  1. /* Overlays */
    .ui-widget-shadow {-moz-box-shadow: 0px 0px 14px #ccc; -webkit-box-shadow: 0px 0px 14px #ccc; box-shadow: 0px 0px 14px #ccc;-moz-border-radius: 8px;  -webkit-border-radius: 8px; border-radius: 8px;}
Above is modified from "dark hive" ui theme.