From a3024011a91d3941f81481dd4d600e9684eb0fd4 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Thu, 2 Feb 2012 00:11:51 -0800 Subject: upgrading to Montage v0.6 Signed-off-by: Valerio Virgillito --- .../ui/bluemoon/textfield.reel/textfield.css | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 node_modules/montage/ui/bluemoon/textfield.reel/textfield.css (limited to 'node_modules/montage/ui/bluemoon/textfield.reel/textfield.css') diff --git a/node_modules/montage/ui/bluemoon/textfield.reel/textfield.css b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.css new file mode 100644 index 00000000..59e638bc --- /dev/null +++ b/node_modules/montage/ui/bluemoon/textfield.reel/textfield.css @@ -0,0 +1,35 @@ +/* + This file contains proprietary software owned by Motorola Mobility, Inc.
+ No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ + +.montage-textfield { + line-height: 1em; + z-index: 1; + cursor: pointer; + background-color: hsl(0, 0%, 80%); + border: 1px solid hsl(0, 0%, 40%); + padding: 5px; + width: 300px; + font-size: 1.0em; +} + +.montage-textfield:focus { + background-color: hsl(0, 100%, 99%); + border: 2px solid hsl(0, 0%, 40%); +} + +.montage-text-invalid { + border: 2px solid #E73525; + border-style: dashed; +} + +.montage-error-text { + /*color: #E73525; + margin: 2px 0; + background-image: url(dialog_warning.png); + background-repeat: no-repeat; + padding: 5px 0 5px 32px; + */ +} -- cgit v1.2.3