Changeset 7835 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
- Timestamp:
- 11/08/2018 10:12:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
r7256 r7835 517 517 #bbpress-forums fieldset.bbp-form input { 518 518 border: 1px solid #ccc; 519 outline-color: rgb( 131, 189, 102);519 outline-color: rgb( 131, 189, 102 ); 520 520 } 521 521 … … 568 568 // background: #f3f3f3; 569 569 // background-image: 570 // -webkit-gradient( 571 // linear, 572 // left top, 573 // left bottom, 574 // from(#fefefe), 575 // to(#f4f4f4) 576 // ); 570 // -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f4f4f4)); 577 571 // background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 578 572 // background-image: linear-gradient(to bottom, #fefefe, #f4f4f4); … … 584 578 // background: #f3f3f3; 585 579 // background-image: 586 // -webkit-gradient( 587 // linear, 588 // left top, 589 // left bottom, 590 // from(#fff), 591 // to(#f3f3f3) 592 // ); 580 // -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)); 593 581 // background-image: -webkit-linear-gradient(top, #fff, #f3f3f3); 594 582 // background-image: linear-gradient(to bottom, #fff, #f3f3f3);
Note: See TracChangeset
for help on using the changeset viewer.