Make WordPress Core

Ticket #20579: 20579.4-refresh.diff

File 20579.4-refresh.diff, 10.5 KB (added by DrewAPicture, 12 years ago)
  • wp-content/themes/twentyten/style.css

     
    312312        font-size: smaller;
    313313}
    314314input[type="text"],
     315input[type="password"],
     316input[type="date"],
     317input[type="datetime"],
     318input[type="datetime-local"],
     319input[type="email"],
     320input[type="month"],
     321input[type="number"],
     322input[type="search"],
     323input[type="tel"],
     324input[type="time"],
     325input[type="url"],
     326input[type="week"],
    315327textarea {
    316328        background: #f9f9f9;
    317329        border: 1px solid #ccc;
     
    320332        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    321333        padding: 2px;
    322334}
     335input[type="search"] {
     336        -webkit-appearance: textfield;
     337}
     338input[type="search"]::-webkit-search-decoration {
     339        display: none;
     340}
    323341a:link {
    324342        color: #0066cc;
    325343}
  • wp-content/themes/twentytwelve/style.css

     
    271271/* Form fields */
    272272input[type="text"],
    273273input[type="password"],
     274input[type="date"],
     275input[type="datetime"],
     276input[type="datetime-local"],
    274277input[type="email"],
     278input[type="month"],
     279input[type="number"],
     280input[type="search"],
     281input[type="tel"],
     282input[type="time"],
    275283input[type="url"],
     284input[type="week"],
    276285textarea {
    277286        padding: 6px;
    278287        padding: 0.428571429rem;
     
    280289        border: 1px solid #ccc;
    281290        border-radius: 3px;
    282291}
     292input[type="search"] {
     293        -webkit-appearance: textfield;
     294}
     295input[type="search"]::-webkit-search-decoration {
     296        display: none;
     297}
    283298
    284299/* Responsive images */
    285300.entry-content img,
     
    12621277        line-height: 1.714285714;
    12631278}
    12641279#respond form input[type="text"],
     1280#respond form input[type="password"],
     1281#respond form input[type="date"],
     1282#respond form input[type="datetime"],
     1283#respond form input[type="datetime-local"],
     1284#respond form input[type="email"],
     1285#respond form input[type="month"],
     1286#respond form input[type="number"],
     1287#respond form input[type="search"],
     1288#respond form input[type="tel"],
     1289#respond form input[type="time"],
     1290#respond form input[type="url"],
     1291#respond form input[type="week"],
    12651292#respond form textarea {
    12661293        -moz-box-sizing: border-box;
    12671294        box-sizing: border-box;
     
    15091536                font-size: 22px;
    15101537                font-size: 1.571428571rem;
    15111538        }
    1512         #respond form input[type="text"] {
     1539        #respond form input[type="text"],
     1540        #respond form input[type="password"],
     1541        #respond form input[type="date"],
     1542        #respond form input[type="datetime"],
     1543        #respond form input[type="datetime-local"],
     1544        #respond form input[type="email"],
     1545        #respond form input[type="month"],
     1546        #respond form input[type="number"],
     1547        #respond form input[type="search"],
     1548        #respond form input[type="tel"],
     1549        #respond form input[type="time"],
     1550        #respond form input[type="url"],
     1551        #respond form input[type="week"] {
    15131552                width: 46.333333333%;
    15141553        }
    15151554        #respond form textarea.blog-textarea {
  • wp-content/themes/twentytwelve/editor-style.css

     
    191191sub {
    192192        bottom: -0.25em;
    193193}
    194 input[type="text"] {
     194input[type="text"],
     195input[type="password"],
     196input[type="date"],
     197input[type="datetime"],
     198input[type="datetime-local"],
     199input[type="email"],
     200input[type="month"],
     201input[type="number"],
     202input[type="search"],
     203input[type="tel"],
     204input[type="time"],
     205input[type="url"],
     206input[type="week"] {
    195207        border: 1px solid #ccc;
    196208        border-radius: 3px;
    197209        font-family: inherit;
  • wp-content/themes/twentyeleven/style.css

     
    436436}
    437437
    438438/* Forms */
    439 input[type=text],
    440 input[type=password],
     439input[type="text"],
     440input[type="password"],
     441input[type="date"],
     442input[type="datetime"],
     443input[type="datetime-local"],
     444input[type="email"],
     445input[type="month"],
     446input[type="number"],
     447input[type="search"],
     448input[type="tel"],
     449input[type="time"],
     450input[type="url"],
     451input[type="week"],
    441452textarea {
    442453        background: #fafafa;
    443454        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
     
    446457        border: 1px solid #ddd;
    447458        color: #888;
    448459}
    449 input[type=text]:focus,
     460input[type="text"]:focus,
     461input[type="password"]:focus,
     462input[type="date"]:focus,
     463input[type="datetime"]:focus,
     464input[type="datetime-local"]:focus,
     465input[type="email"]:focus,
     466input[type="month"]:focus,
     467input[type="number"]:focus,
     468input[type="search"]:focus,
     469input[type="tel"]:focus,
     470input[type="time"]:focus,
     471input[type="url"]:focus,
     472input[type="week"]:focus,
    450473textarea:focus {
    451474        color: #373737;
    452475}
     
    454477        padding-left: 3px;
    455478        width: 98%;
    456479}
    457 input[type=text] {
     480input[type="text"],
     481input[type="password"],
     482input[type="date"],
     483input[type="datetime"],
     484input[type="datetime-local"],
     485input[type="email"],
     486input[type="month"],
     487input[type="number"],
     488input[type="search"],
     489input[type="tel"],
     490input[type="time"],
     491input[type="url"],
     492input[type="week"] {
    458493        padding: 3px;
    459494}
     495input[type="search"] {
     496        -webkit-appearance: textfield;
     497}
     498input[type="search"]::-webkit-search-decoration {
     499        display: none;
     500}
    460501input#s {
    461502        background: url(images/search.png) no-repeat 5px 6px;
    462503        -moz-border-radius: 2px;
     
    20812122        width: 68.9%;
    20822123}
    20832124#respond input[type="text"],
     2125#respond input[type="password"],
     2126#respond input[type="date"],
     2127#respond input[type="datetime"],
     2128#respond input[type="datetime-local"],
     2129#respond input[type="email"],
     2130#respond input[type="month"],
     2131#respond input[type="number"],
     2132#respond input[type="search"],
     2133#respond input[type="tel"],
     2134#respond input[type="time"],
     2135#respond input[type="url"],
     2136#respond input[type="week"],
    20842137#respond textarea {
    20852138        background: #fff;
    20862139        border: 4px solid #eee;
     
    21182171        z-index: 1;
    21192172}
    21202173#respond input[type="text"]:focus,
     2174#respond input[type="password"]:focus,
     2175#respond input[type="date"]:focus,
     2176#respond input[type="datetime"]:focus,
     2177#respond input[type="datetime-local"]:focus,
     2178#respond input[type="email"]:focus,
     2179#respond input[type="month"]:focus,
     2180#respond input[type="number"]:focus,
     2181#respond input[type="search"]:focus,
     2182#respond input[type="tel"]:focus,
     2183#respond input[type="time"]:focus,
     2184#respond input[type="url"]:focus,
     2185#respond input[type="week"]:focus,
    21212186#respond textarea:focus {
    21222187        text-indent: 0;
    21232188        z-index: 1;
     
    22072272#respond label {
    22082273        line-height: 2.2em;
    22092274}
    2210 #respond input[type=text] {
     2275#respond input[type="text"],
     2276#respond input[type="password"],
     2277#respond input[type="date"],
     2278#respond input[type="datetime"],
     2279#respond input[type="datetime-local"],
     2280#respond input[type="email"],
     2281#respond input[type="month"],
     2282#respond input[type="number"],
     2283#respond input[type="search"],
     2284#respond input[type="tel"],
     2285#respond input[type="time"],
     2286#respond input[type="url"],
     2287#respond input[type="week"] {
    22112288        display: block;
    22122289        height: 24px;
    22132290        width: 75%;
     
    24722549                top: 2.2em;
    24732550        }
    24742551        /* Use the available space in the smaller comment form */
    2475         #respond input[type="text"] {
     2552        #respond input[type="text"],
     2553        #respond input[type="password"],
     2554        #respond input[type="date"],
     2555        #respond input[type="datetime"],
     2556        #respond input[type="datetime-local"],
     2557        #respond input[type="email"],
     2558        #respond input[type="month"],
     2559        #respond input[type="number"],
     2560        #respond input[type="search"],
     2561        #respond input[type="tel"],
     2562        #respond input[type="time"],
     2563        #respond input[type="url"],
     2564        #respond input[type="week"] {
    24762565                width: 95%;
    24772566        }
    24782567        #respond .comment-form-author .required,
  • wp-content/themes/twentyeleven/colors/dark.css

     
    3434ins {
    3535        background: #00063f;
    3636}
    37 input[type=text],
    38 .post-password-required input[type=password],
     37input[type="text"],
     38input[type="password"],
     39input[type="date"],
     40input[type="datetime"],
     41input[type="datetime-local"],
     42input[type="email"],
     43input[type="month"],
     44input[type="number"],
     45input[type="search"],
     46input[type="tel"],
     47input[type="time"],
     48input[type="url"],
     49input[type="week"],
    3950textarea {
    4051        border: 1px solid #222;
    4152}
     
    513524        border-color: #2c2c2c;
    514525}
    515526#respond input[type="text"],
     527#respond input[type="password"],
     528#respond input[type="date"],
     529#respond input[type="datetime"],
     530#respond input[type="datetime-local"],
     531#respond input[type="email"],
     532#respond input[type="month"],
     533#respond input[type="number"],
     534#respond input[type="search"],
     535#respond input[type="tel"],
     536#respond input[type="time"],
     537#respond input[type="url"],
     538#respond input[type="week"],
    516539#respond textarea {
    517540        background: #000;
    518541        border: 4px solid #111;
  • wp-content/themes/twentyeleven/editor-style.css

     
    159159sub {
    160160        top: .5ex;
    161161}
    162 input[type=text],
     162input[type="text"],
     163input[type="password"],
     164input[type="date"],
     165input[type="datetime"],
     166input[type="datetime-local"],
     167input[type="email"],
     168input[type="month"],
     169input[type="number"],
     170input[type="search"],
     171input[type="tel"],
     172input[type="time"],
     173input[type="url"],
     174input[type="week"],
    163175textarea {
    164176        background: #fafafa;
    165177        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
     
    168180        border: 1px solid #ddd;
    169181        color: #888;
    170182}
    171 input[type=text]:focus,
     183input[type="text"]:focus,
     184input[type="password"]:focus,
     185input[type="date"]:focus,
     186input[type="datetime"]:focus,
     187input[type="datetime-local"]:focus,
     188input[type="email"]:focus,
     189input[type="month"]:focus,
     190input[type="number"]:focus,
     191input[type="search"]:focus,
     192input[type="tel"]:focus,
     193input[type="time"]:focus,
     194input[type="url"]:focus,
     195input[type="week"]:focus,
    172196textarea:focus {
    173197        color: #333;
    174198}
     
    176200        padding-left: 3px;
    177201        width: 98%;
    178202}
    179 input[type=text] {
     203input[type="text"],
     204input[type="password"],
     205input[type="date"],
     206input[type="datetime"],
     207input[type="datetime-local"],
     208input[type="email"],
     209input[type="month"],
     210input[type="number"],
     211input[type="search"],
     212input[type="tel"],
     213input[type="time"],
     214input[type="url"],
     215input[type="week"] {
    180216        padding: 3px;
    181217}
    182218