-
22 Jul 2012 11:36 AM #1
change opacity in mask behind modal window
change opacity in mask behind modal window
hi,
anyone can help me?
-
24 Jul 2012 5:18 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
Change the CSS
Code:.x-mask { opacity : .9 }Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
24 Jul 2012 11:52 AM #3
yea,
but in this case i change all opacity in my project to .9.
i need to set opacity to specific object.
ex:
1- for loading (grids etc..) mask opacity 0.5
2- for modal window (my login) opacity 1
sorry for my english
-
24 Jul 2012 3:44 PM #4
You will need to add an additional css class to the mask element to handle this situation.
Aaron Conran
@aconran
Sencha Architect Development Team
-
25 Jul 2012 11:31 AM #5
tnx...
i set new css with new name ext:
.new-mask {
background-color: transparent;
filter: none;
opacity: 1;
}
but how set to the modal window???
cls: ?
-
5 Dec 2012 12:50 AM #6


Reply With Quote