From 8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:31:44 -0700 Subject: montage v11 merge into ninja Signed-off-by: Valerio Virgillito --- .../montage/ui/scroll-bars.reel/scroll-bars.css | 67 ++++++++++++ .../montage/ui/scroll-bars.reel/scroll-bars.html | 120 +++++---------------- 2 files changed, 96 insertions(+), 91 deletions(-) create mode 100644 node_modules/montage/ui/scroll-bars.reel/scroll-bars.css (limited to 'node_modules/montage/ui/scroll-bars.reel') diff --git a/node_modules/montage/ui/scroll-bars.reel/scroll-bars.css b/node_modules/montage/ui/scroll-bars.reel/scroll-bars.css new file mode 100644 index 00000000..637d9cde --- /dev/null +++ b/node_modules/montage/ui/scroll-bars.reel/scroll-bars.css @@ -0,0 +1,67 @@ +/* + 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-scroll-bars { + position: absolute; + left: 0; + top: 0; + right: 0; + bottom: 0; + z-index: 9999; + pointer-events: none; +} +.montage-scroll-bars .top { + position: absolute; + right: 2px; + background: black; + -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.27); + width: 5px; + height: 3px; + border-radius: 4px 4px 0 0; + opacity: 0; + clip: rect(-1px, 6px, 3px, -1px); + -webkit-transform: translateZ(0); +} +.montage-scroll-bars .bottom { + background: black; + -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.27); + width: 5px; + border-radius: 0 0 4px 4px; + opacity: 0; + -webkit-transform: translateZ(0); +} +.montage-scroll-bars .bottom-clip { + position: absolute; + right: 2px; + width: 5px; + -webkit-transform: translateZ(0); +} +.montage-scroll-bars .left { + position: absolute; + bottom: 2px; + background: black; + -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.27); + width: 3px; + height: 5px; + border-radius: 4px 0 0 4px; + opacity: 0; + clip: rect(-1px, 3px, 6px, -1px); + -webkit-transform: translateZ(0); +} +.montage-scroll-bars .right { + background: black; + -webkit-box-shadow: 0 0 0 1px rgba(255,255,255,.27); + height: 5px; + border-radius: 0 4px 4px 0; + opacity: 0; + -webkit-transform: translateZ(0); +} +.montage-scroll-bars .right-clip { + position: absolute; + bottom: 2px; + height: 5px; + -webkit-transform: translateZ(0); +} \ No newline at end of file diff --git a/node_modules/montage/ui/scroll-bars.reel/scroll-bars.html b/node_modules/montage/ui/scroll-bars.reel/scroll-bars.html index 4be1e1b6..705e0cc2 100644 --- a/node_modules/montage/ui/scroll-bars.reel/scroll-bars.html +++ b/node_modules/montage/ui/scroll-bars.reel/scroll-bars.html @@ -5,100 +5,38 @@ (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. --> - - + + + -
@@ -112,4 +50,4 @@
- + \ No newline at end of file -- cgit v1.2.3