• Resolved Piani

    (@webbmasterpianise)


    Just a note for developers and users. Some of the basig form fields are missing. In my case input[type=”date”] and input[type=”tel”] that is basic functions in a contact form.

    This is a n easy fix in you custom CSS and will hopefully be added in coming updates.

    /* Better looking forms */
    input[type="text"],input[type="email"],input[type="search"],input[type="password"], input[type="date"], input[type="tel"], textarea {
    	-moz-appearance: none !important;
    	-webkit-appearance: none !important;
    	appearance: none !important;
    }
    input[type=text],input[type=password],input[type="email"], input[type="date"], input[type="tel"], textarea {
    	border: 1px solid #eaeaea;
    	width: 50%;
    	margin: 0 0 10px;
    	background-color: #f9f9f9;
    	border-radius: 3px;
    	padding: 4px 0;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form fields missing’ is closed to new replies.