Marc Hughes


Home
Blog
Twitter
LinkedIn
GitHub
about
I am a developer from a bit west of Boston.

Modal dialog blur

28 Sep 2007

I usually want to turn off the modal dialog blur in applications but can never remember how. This blog post is here so I can find it quickly next time.

Set this style:

Application {
modalTransparencyBlur: 0;
modalTransparencyDuration: 0;
modalTransparency: 0;
}