malsup / blockui

jQuery BlockUI Plugin
http://jquery.malsup.com/block/
1.69k stars 506 forks source link

Remove css options from $.blockUI.defaults.css #49

Closed Yahasana closed 11 years ago

Yahasana commented 11 years ago

css options in $.blockUI.defaults.css has very high priority than css in blockMsgClass: 'blockMsg'

color:      '#000',
border:     '3px solid #aaa',
backgroundColor:'#fff',
cursor: 'wait'

these options should be removed as they can not be overwritten by .blockMsg even with !important flag

malsup commented 11 years ago

This page describes how to use stylesheet styles with blockUI.

http://jquery.malsup.com/block/stylesheet.html