fix css
This commit is contained in:
parent
59486dcc77
commit
e6a3936577
@ -216,7 +216,8 @@ searchFieldProfile autoFocus = FieldProfile
|
|||||||
when autoFocus $ do
|
when autoFocus $ do
|
||||||
addHtml $ [HAMLET| <script>if (!('autofocus' in document.createElement('input'))) {document.getElementById('$theId$').focus();}</script> |]
|
addHtml $ [HAMLET| <script>if (!('autofocus' in document.createElement('input'))) {document.getElementById('$theId$').focus();}</script> |]
|
||||||
addCassius [CASSIUS|
|
addCassius [CASSIUS|
|
||||||
#$theId$ -webkit-appearance: textfield;
|
#$theId$
|
||||||
|
-webkit-appearance: textfield
|
||||||
|]
|
|]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user