aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/textfield.reel/textfield.css
blob: 59e638bc4eb0f4ed8e9ad929f71210bbe9a0ad4a (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
/* <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> */

.montage-textfield {
    line-height: 1em;
    z-index: 1;
    cursor: pointer;
    background-color: hsl(0, 0%, 80%);
    border: 1px solid hsl(0, 0%, 40%);
    padding: 5px;
    width: 300px;
    font-size: 1.0em;
}

.montage-textfield:focus {
    background-color: hsl(0, 100%, 99%);
    border: 2px solid hsl(0, 0%, 40%);
}

.montage-text-invalid {
    border: 2px solid #E73525;
    border-style: dashed;
}

.montage-error-text {
    /*color: #E73525;
    margin: 2px 0;
    background-image: url(dialog_warning.png);
    background-repeat: no-repeat;
    padding: 5px 0 5px 32px;
    */
}