Make WordPress Core

Changeset 25215


Ignore:
Timestamp:
09/02/2013 09:50:24 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: style URL type inputs, props Jayjdk. See #25045.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25214 r25215  
    382382input[type="text"],
    383383input[type="email"],
     384input[type="url"],
    384385input[type="search"],
    385386input[type="password"],
     
    393394input[type="text"]:focus,
    394395input[type="email"]:focus,
     396input[type="url"]:focus,
    395397input[type="search"]:focus,
    396398input[type="password"]:focus,
     
    400402input[type="text"],
    401403input[type="email"],
     404input[type="url"],
    402405input[type="search"],
    403406input[type="password"] {
     
    20072010.widget-area input[type="text"],
    20082011.widget-area input[type="email"],
     2012.widget-area input[type="url"],
    20092013.widget-area input[type="search"],
    20102014.widget-area input[type="password"],
     
    21672171.content-sidebar input[type="text"],
    21682172.content-sidebar input[type="email"],
     2173.content-sidebar input[type="url"],
    21692174.content-sidebar input[type="search"],
    21702175.content-sidebar input[type="password"],
Note: See TracChangeset for help on using the changeset viewer.