aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
diff options
context:
space:
mode:
authorJonathan Duran2012-05-09 09:58:27 -0700
committerJonathan Duran2012-05-09 09:58:27 -0700
commit48a2a800155fd2d608fb7191c0180cd8f625cd44 (patch)
tree899f9cf1b09a01bc073f92ab498236aed80b38ec /node_modules/montage/ui/popup/popup.reel/popup.css
parent2ea8a62835f4c20efff2623306e7205e6f5bf0ba (diff)
parentd220c02e246b30509b28a47fa04916ca2b8122e4 (diff)
downloadninja-48a2a800155fd2d608fb7191c0180cd8f625cd44.tar.gz
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Conflicts: js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html Signed-off-by: Jonathan Duran <jduran@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/popup/popup.reel/popup.css')
-rwxr-xr-xnode_modules/montage/ui/popup/popup.reel/popup.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/node_modules/montage/ui/popup/popup.reel/popup.css b/node_modules/montage/ui/popup/popup.reel/popup.css
index 4597d8ac..6260b8a9 100755
--- a/node_modules/montage/ui/popup/popup.reel/popup.css
+++ b/node_modules/montage/ui/popup/popup.reel/popup.css
@@ -34,10 +34,22 @@
34} 34}
35 35
36.montage-popup-container { 36.montage-popup-container {
37 background-color: #fff; 37 border: 1px solid #eee;
38 border-radius: 5px; 38 -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
39 border: 3px solid #000; 39 -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
40 40 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
41 -webkit-transition: opacity .25s;
42 -moz-transition: opacity .25s;
43 -ms-transition: opacity .25s;
44 -o-transition: opacity .25s;
45 transition: opacity .25s;
46 background: white;
47 border: 1px solid rgba(0, 0, 0, .2);
48 cursor: default;
49 margin: 0;
50 outline: none;
51 width: auto;
52 border-radius: 3px;
41} 53}
42 54
43.montage-popup-noborder { 55.montage-popup-noborder {