Changeset 11515
- Timestamp:
- 03/17/2017 06:10:38 PM (8 years ago)
- 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 161 161 } 162 162 163 body.colors-dark #buddypress #subnav.item-list-tabs select option { 164 background-color: #333; 165 } 166 163 167 body.colors-dark #buddypress .item-list div.meta { 164 168 color: #ddd; -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css
r11379 r11515 161 161 } 162 162 163 body.colors-dark #buddypress #subnav.item-list-tabs select option { 164 background-color: #333; 165 } 166 163 167 body.colors-dark #buddypress .item-list div.meta { 164 168 color: #ddd; -
trunk/src/bp-templates/bp-legacy/css/twentyseventeen.scss
r11382 r11515 453 453 } 454 454 } 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 } 455 464 } 456 465
Note: See TracChangeset
for help on using the changeset viewer.