Ticket #7471: 7471.patch
File 7471.patch, 557 bytes (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/css/twentyseventeen.scss
450 450 451 451 li.last { 452 452 border-top: 1px solid rgba($border-light, 0.9); 453 454 select { 455 // we're forced to set a back color as Chrome won't accept inherit/none 456 // whereas FF does 457 option {background-color: #333; } 458 } 453 459 } 454 460 } 455 461 }