diff options
author | John Mayhew | 2012-02-14 09:26:31 -0800 |
---|---|---|
committer | John Mayhew | 2012-02-14 09:26:31 -0800 |
commit | 65cb57d19c7ff0a8b143c40caa4a227b9e7fd87b (patch) | |
tree | 6113587f513fe191fb3538bdce1dc4874e583c93 /scss/imports | |
parent | be18a677863925963551ce3e88a4a4d254f3870c (diff) | |
parent | 1d82f1a041612f32bbf6c9f20d9fb14e2d11fcc7 (diff) | |
download | ninja-65cb57d19c7ff0a8b143c40caa4a227b9e7fd87b.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal into WorkingBranch
Diffstat (limited to 'scss/imports')
-rw-r--r-- | scss/imports/scss/_MontageOverrides.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scss/imports/scss/_MontageOverrides.scss b/scss/imports/scss/_MontageOverrides.scss new file mode 100644 index 00000000..65b9ede0 --- /dev/null +++ b/scss/imports/scss/_MontageOverrides.scss | |||
@@ -0,0 +1,19 @@ | |||
1 | // <copyright> | ||
2 | // This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | // No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | // (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | // </copyright> | ||
6 | |||
7 | |||
8 | //MontageOverrides.scss | ||
9 | //Montage overrides. | ||
10 | //Note that colors and font definitions go in | ||
11 | //_scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss | ||
12 | |||
13 | .montage-modal { | ||
14 | border: 0px; | ||
15 | |||
16 | } | ||
17 | .montage-popup-container { | ||
18 | background: none; | ||
19 | } \ No newline at end of file | ||