diff options
Diffstat (limited to 'js/components/toolbar.reel/toolbar.css')
-rw-r--r-- | js/components/toolbar.reel/toolbar.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/js/components/toolbar.reel/toolbar.css b/js/components/toolbar.reel/toolbar.css new file mode 100644 index 00000000..1ffae912 --- /dev/null +++ b/js/components/toolbar.reel/toolbar.css | |||
@@ -0,0 +1,14 @@ | |||
1 | /* <copyright> | ||
2 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
3 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
4 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
5 | </copyright> */ | ||
6 | .toolbar-container { | ||
7 | background-color: #474747; | ||
8 | border-bottom: 1px solid #333; | ||
9 | border-top: 1px solid #505050; | ||
10 | box-shadow: 0 4px 8px 0px rgba(0,0,0,0.75); | ||
11 | height: 22px; | ||
12 | width: 100%; | ||
13 | -webkit-box-flex: 0; | ||
14 | } \ No newline at end of file | ||