From 13ae16997d4bbca14e255d5989d1c44a76eac72c Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 16 May 2012 15:23:48 -0700 Subject: montage v.0.10 integration Signed-off-by: Valerio Virgillito --- .../montage/ui/token-field/token.reel/token.css | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 node_modules/montage/ui/token-field/token.reel/token.css (limited to 'node_modules/montage/ui/token-field/token.reel/token.css') diff --git a/node_modules/montage/ui/token-field/token.reel/token.css b/node_modules/montage/ui/token-field/token.reel/token.css new file mode 100644 index 00000000..d1b8c1cb --- /dev/null +++ b/node_modules/montage/ui/token-field/token.reel/token.css @@ -0,0 +1,54 @@ +/* + 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-token { + display: inline-block; + margin: 3px 1px; + border: 1px solid hsl(0,0%,85%); + background-color: hsl(0,0%,95%); + color: #333; + vertical-align: middle; + cursor: default; + border-radius: 3px; +} + +.montage-token > .montage-token-text { + padding: 0px 1px 0px 5px; +} + +.montage-token > .montage-token-delete { + display: inline-block; + padding: 3px 6px; + border-left: inherit; + border-radius: 0 2px 2px 0; + color: hsl(0,0%,60%); + cursor: pointer; +} +.montage-token > .montage-token-delete:hover { + color: hsl(0,0%,30%); + background-color: hsl(0,0%,90%); +} +.montage-token > .montage-token-delete:active { + color: hsl(0,0%,60%); + background-color: hsl(0,0%,85%); +} + +/* selected */ +.montage-token.selected { + border-color: hsl(0,0%,60%); +} + +.montage-token.selected > .montage-token-delete { + color: hsl(0,0%,100%); + background-color: hsl(0,0%,60%); +} + +.montage-token.active { + border: 1px solid #ccc; +} + +.montage-token.montage-token-adhoc { + border: 1px dashed #ccc; +} -- cgit v1.2.3