diff options
Diffstat (limited to 'js/components/layout/subtool-button.reel/subtool-button.css')
-rw-r--r-- | js/components/layout/subtool-button.reel/subtool-button.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/js/components/layout/subtool-button.reel/subtool-button.css b/js/components/layout/subtool-button.reel/subtool-button.css new file mode 100644 index 00000000..cda505b0 --- /dev/null +++ b/js/components/layout/subtool-button.reel/subtool-button.css | |||
@@ -0,0 +1,22 @@ | |||
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 | |||
7 | #topPanel .buttonBackground { | ||
8 | float:left; | ||
9 | } | ||
10 | |||
11 | .buttonSelected { | ||
12 | background: #B2B2B2; | ||
13 | } | ||
14 | |||
15 | #toolBarButton { | ||
16 | border: 3px; | ||
17 | float: left; | ||
18 | } | ||
19 | |||
20 | #toolBarButton:hover { | ||
21 | opacity: 1; | ||
22 | } | ||