Skip to:
Content

BuddyPress.org

Changeset 11515


Ignore:
Timestamp:
03/17/2017 06:10:38 PM (8 years ago)
Author:
mercime
Message:

Improve visibililty of selectbox options for the Twenty Seventeen dark theme.

Props dsided, hnla.
Fixes #7471.

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css

    r11379 r11515  
    161161}
    162162
     163body.colors-dark #buddypress #subnav.item-list-tabs select option {
     164    background-color: #333;
     165}
     166
    163167body.colors-dark #buddypress .item-list div.meta {
    164168    color: #ddd;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css

    r11379 r11515  
    161161}
    162162
     163body.colors-dark #buddypress #subnav.item-list-tabs select option {
     164    background-color: #333;
     165}
     166
    163167body.colors-dark #buddypress .item-list div.meta {
    164168    color: #ddd;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss

    r11382 r11515  
    453453                }
    454454            }
     455
     456            select {
     457
     458                // we're forced to set a back color as Chrome won't
     459                // accept inherit/none whereas FF does.
     460                option {
     461                    background-color: #333;
     462                }
     463            }
    455464        }
    456465
Note: See TracChangeset for help on using the changeset viewer.