aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
diff options
context:
space:
mode:
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 {