aboutsummaryrefslogtreecommitdiff
path: root/js/panels/color/colortoolbar.reel/css/colortoolbar.scss
blob: 79fb37b6e23f714f754275c922c9b788ad092a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
@charset "UTF-8";

/*
	<copyright>
	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.
	</copyright>
*/

.colortoolbar
{
	
}

.colortoolbar button
{
	float: left;
	clear: both;
	width: 27px;
	height: 27px;
	background: black;
	border: 1px solid #000;
	padding: 0;
	margin: 0px;
}

.colortoolbar div
{
	float: left;
	clear: both;
	width: 27px;
	height: 27px;
	margin: 6px 10px 1px 9px;
	background: url(../../../../../images/colorpanel/transparent.png) repeat;
}

.colortoolbar div.cpe_colortoolbar_container
{
	margin: 0px 0px 4px 7px;
}

.toolbar_hr
{
	height: 1px;
	border: none;
	background-color: #565656;
	border-top: 1px solid #3E3E3E;
	margin: 8px 6px 0px 4px;
	width: 32px;
	display: block;
}