javascript - Extjs Disabled Panel's Opacity -


i have popup window on creation disables whole panel behind it. on panel have used disabledcls: 'my-disabled-panel' , in css file

.my-disabled-panel .x-mask{      opacity: 0 !important;     -moz-opacity: 0 !important; } 

as opacity 0, supposed disable whole panel without giving user idea mask in actuall there still components opacity changes. below images make more clear

enter image description here

enter image description here

it can seen opacity of 3 buttons in top right corner has changed.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -