Closed Yahasana closed 11 years ago
css options in $.blockUI.defaults.css has very high priority than css in blockMsgClass: 'blockMsg'
$.blockUI.defaults.css
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
.blockMsg
!important
This page describes how to use stylesheet styles with blockUI.
http://jquery.malsup.com/block/stylesheet.html
css options in
$.blockUI.defaults.css
has very high priority than css inblockMsgClass: 'blockMsg'
these options should be removed as they can not be overwritten by
.blockMsg
even with!important
flag