Make WordPress Core

Ticket #25045: 25045.patch

File 25045.patch, 1.2 KB (added by Jayjdk, 13 years ago)

Add url to the list of input selectors

  • src/wp-content/themes/twentyfourteen/style.css

     
    381381}
    382382input[type="text"],
    383383input[type="email"],
     384input[type="url"],
    384385input[type="search"],
    385386input[type="password"],
    386387textarea {
     
    392393}
    393394input[type="text"]:focus,
    394395input[type="email"]:focus,
     396input[type="url"]:focus,
    395397input[type="search"]:focus,
    396398input[type="password"]:focus,
    397399textarea:focus {
     
    399401}
    400402input[type="text"],
    401403input[type="email"],
     404input[type="url"],
    402405input[type="search"],
    403406input[type="password"] {
    404407        padding: 8px 10px;
     
    20902093}
    20912094.widget-area input[type="text"],
    20922095.widget-area input[type="email"],
     2096.widget-area input[type="url"],
    20932097.widget-area input[type="search"],
    20942098.widget-area input[type="password"],
    20952099.widget-area textarea {
     
    22502254}
    22512255.content-sidebar input[type="text"],
    22522256.content-sidebar input[type="email"],
     2257.content-sidebar input[type="url"],
    22532258.content-sidebar input[type="search"],
    22542259.content-sidebar input[type="password"],
    22552260.content-sidebar textarea {