-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.css
More file actions
48 lines (48 loc) · 733 Bytes
/
input.css
File metadata and controls
48 lines (48 loc) · 733 Bytes
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
.droInput {
display: inline-block;
border: 1px solid #AAA;
background-color: #f4f7fa;
padding: 0 6px;
}
.droInput.droDisabled {
border: 1px solid #CCC;
background-color: #F3F3F3;
}
.droInput.droFocus {
outline: 1px solid #4D90FE;
}
.droInput.droDisabled {
background-color: gray;
color: #BBB;
}
.droInput > input {
border: none;
text-align: right;
padding: 4px 1px 4px 1px;
background-color: inherit;
font: inherit;
}
.droInput > input:focus {
outline: none;
}
.droInput > span {
color: gray;
}
.dro1char {
width: 0.6em;
}
.dro2char {
width: 1.2em;
}
.dro3char {
width: 1.8em;
}
.dro4char {
width: 2.4em;
}
.dro5char {
width: 3.0em;
}
.dro6char {
width: 3.6em;
}