diff options
author | Jose Antonio Marquez | 2012-02-14 20:48:40 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-14 20:48:40 -0800 |
commit | 68ce64a5a2f4a71b54d33916aaf1d57161302425 (patch) | |
tree | b0fe3c0adb7434206fd79dfd6174994546a8d5c4 /scss/imports | |
parent | 93c8f327d662a7693d1d6ca050a0efd15ebc18ed (diff) | |
download | ninja-68ce64a5a2f4a71b54d33916aaf1d57161302425.tar.gz |
Reverting text/html document classes and setting up MVC folder structure
Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.
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 | ||