diff options
author | Ananya Sen | 2012-02-15 10:54:14 -0800 |
---|---|---|
committer | Ananya Sen | 2012-02-15 10:54:14 -0800 |
commit | e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad (patch) | |
tree | c208938eabfe85e33ccbbceb9f66ad780f70f62a /scss/imports | |
parent | aead95ce4b2571356701229567bfde73d54bed93 (diff) | |
download | ninja-e2b97c951a9a5a0c4ff831d44fdd82177cbd82ad.tar.gz |
Revert "Revert "Reverting text/html document classes and setting up MVC folder structure""
This reverts commit 9048cd50bf5e0a418d1d95498bb593961f72db36.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'scss/imports')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index b7c7f4b7..b5ff42bc 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -331,3 +331,9 @@ | |||
331 | overflow: hidden; | 331 | overflow: hidden; |
332 | color: white; | 332 | color: white; |
333 | } | 333 | } |
334 | |||
335 | .montage-popup-modal-mask | ||
336 | { | ||
337 | opacity: 1; | ||
338 | background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); | ||
339 | } \ No newline at end of file | ||