aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/popup/popup.reel/popup.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-08 16:43:43 -0700
committerArmen Kesablyan2012-05-08 16:43:43 -0700
commitdc075ffcc6dd03c090d90fad999eee9b924d56ee (patch)
tree867f8bdd588c8f9076979233ca46a688ff70523e /node_modules/montage/ui/popup/popup.reel/popup.css
parent5d7e470351fd150d5e70a97332fa2f2553797499 (diff)
parent4d949f141247215b5f2a6ec0cfc7d2d31cf2bb1f (diff)
downloadninja-dc075ffcc6dd03c090d90fad999eee9b924d56ee.tar.gz
Merge branch 'refs/heads/dom-architecture' into binding
Conflicts: js/components/layout/tools-properties.reel/tools-properties.html Signed-off-by: Armen Kesablyan <armen@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 {