Make WordPress Core

Changeset 28663


Ignore:
Timestamp:
06/04/2014 05:33:42 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: apply .widget input and textarea styles only if they are inside .widget-area. Props jesin, fixes #27677.

File:
1 edited

Legend:

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

    r28630 r28663  
    22492249}
    22502250
    2251 .widget input,
    2252 .widget textarea {
     2251.widget-area .widget input,
     2252.widget-area .widget textarea {
    22532253    background-color: rgba(255, 255, 255, 0.1);
    22542254    border-color: rgba(255, 255, 255, 0.2);
     
    22582258}
    22592259
    2260 .widget input:focus,
    2261 .widget textarea:focus {
     2260.widget-area .widget input:focus,
     2261.widget-area .widget textarea:focus {
    22622262    border-color: rgba(255, 255, 255, 0.3);
    22632263}
Note: See TracChangeset for help on using the changeset viewer.