aboutsummaryrefslogtreecommitdiff
path: root/js/components/ui/color-chip.reel/color-chip.css
blob: 7c7135a2c29be80df6b32ff689a9637fa64d47ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */

.colorChipContainer {
    display:block;
    cursor:default;
    -webkit-user-select:none;
    width:18px !important;
    height:18px !important;
    background-color: #000000;
}

.colorChipContainer .chipContainer button {
    display: block;
    border: 0;
    padding: 0;
    background: none;
}