From 24b483db367291b72170f969de78efcb1a9b95bd Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 3 May 2012 22:53:07 -0700 Subject: integrating the latest montage version Signed-off-by: Valerio Virgillito --- node_modules/montage/ui/popup/popup.reel/popup.css | 20 ++++++++++++++++---- node_modules/montage/ui/popup/popup.reel/popup.html | 12 +++++------- node_modules/montage/ui/popup/popup.reel/popup.js | 16 +++++++++++----- 3 files changed, 32 insertions(+), 16 deletions(-) (limited to 'node_modules/montage/ui/popup/popup.reel') 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 @@ } .montage-popup-container { - background-color: #fff; - border-radius: 5px; - border: 3px solid #000; - + border: 1px solid #eee; + -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); + -webkit-transition: opacity .25s; + -moz-transition: opacity .25s; + -ms-transition: opacity .25s; + -o-transition: opacity .25s; + transition: opacity .25s; + background: white; + border: 1px solid rgba(0, 0, 0, .2); + cursor: default; + margin: 0; + outline: none; + width: auto; + border-radius: 3px; } .montage-popup-noborder { diff --git a/node_modules/montage/ui/popup/popup.reel/popup.html b/node_modules/montage/ui/popup/popup.reel/popup.html index 9948b868..5bc74dae 100755 --- a/node_modules/montage/ui/popup/popup.reel/popup.html +++ b/node_modules/montage/ui/popup/popup.reel/popup.html @@ -11,8 +11,7 @@