forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.ios.styl
More file actions
76 lines (70 loc) · 1.82 KB
/
input.ios.styl
File metadata and controls
76 lines (70 loc) · 1.82 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@keyframes webkit-autofill-on
to
background transparent
color $form-autofill
@keyframes webkit-autofill-off
to
background transparent
.q-input-target, .q-input-shadow
border 0
outline 0
padding 0
background transparent
min-height 18px
font-size inherit
resize none
display flex
align-items center
color black
&:-webkit-autofill
-webkit-animation-name webkit-autofill-on
-webkit-animation-fill-mode both
&.q-input-autofill:not(:-webkit-autofill)
-webkit-animation-name webkit-autofill-off
-webkit-animation-fill-mode both
&::-ms-clear, &::-ms-reveal
display none
width 0
height 0
&:invalid
box-shadow inherit
input.q-input-target
height 19px
outline 0
.q-input-chips
min-height 36px !important
.q-if
.q-input-target-placeholder
color $form-dark !important
.q-input-target
&::-webkit-input-placeholder /* Chrome/Opera/Safari */
color $form-dark !important
&::-moz-placeholder /* Firefox 19+ */
color $form-dark !important
&:-ms-input-placeholder /* IE 10+ */
color $form-dark !important
.q-if-dark
.q-input-target-placeholder
color #979797 !important
.q-input-target
&::-webkit-input-placeholder /* Chrome/Opera/Safari */
color #979797 !important
&::-moz-placeholder /* Firefox 19+ */
color #979797 !important
&:-ms-input-placeholder /* IE 10+ */
color #979797 !important
.q-if-inverted:not(.q-if-inverted-light)
.q-input-target-placeholder
color #ddd !important
.q-input-target
&::-webkit-input-placeholder /* Chrome/Opera/Safari */
color #ddd !important
&::-moz-placeholder /* Firefox 19+ */
color #ddd !important
&:-ms-input-placeholder /* IE 10+ */
color #ddd !important
.q-input-shadow
overflow hidden
visibility hidden
pointer-events none
height auto