Make WordPress Core

Ticket #37926: 37926.1.diff

File 37926.1.diff, 889 bytes (added by ianbelanger, 4 years ago)

Updates patch with more wide ranging selector

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

     
    18391839.widget a:active {
    18401840        text-decoration: underline;
    18411841}
     1842.widget select {
     1843        max-width: 100%;
     1844 }
    18421845
    18431846/* Search Widget */
    18441847.widget_search form {
  • src/wp-content/themes/twentytwelve/style.css

     
    14151415/* =Widgets
    14161416-------------------------------------------------------------- */
    14171417
     1418.widget select {
     1419        max-width: 100%;
     1420 }
    14181421.widget-area .widget ul ul {
    14191422        margin-left: 12px;
    14201423        margin-left: 0.857142857rem;