Changeset 11133
- Timestamp:
- 09/21/2016 08:57:10 AM (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/twentyfifteen-rtl.css
r11006 r11133 336 336 } 337 337 338 #buddypress .item-list a.activity-time-since { 339 color: #717171; 340 } 341 338 342 #buddypress ul.item-list li { 339 343 overflow: hidden !important; … … 600 604 background-color: #f7f7f7; 601 605 border: 1px solid rgba(234, 234, 234, 0.6); 606 color: #717171; 602 607 padding: 0 0.2em; 603 608 } … … 674 679 } 675 680 681 #buddypress #activity-stream .activity-comments a { 682 color: #717171; 683 } 684 676 685 #buddypress #activity-stream .activity-comments.has-comments { 677 686 border-right: 1px solid #eaeaea; … … 713 722 #buddypress #activity-stream .activity-comments > ul .acomment-meta { 714 723 border-bottom: 1px solid #eaeaea; 724 color: #737373; 715 725 font-style: italic; 716 726 } … … 1048 1058 .groups.group-settings #group-settings-form div.radio ul, 1049 1059 .groups.group-settings #create-group-form div.radio ul { 1050 color: rgba(51, 51, 51, 0.6);1060 color: #767676; 1051 1061 font-size: 14px; 1052 1062 font-size: 1.4rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r11006 r11133 336 336 } 337 337 338 #buddypress .item-list a.activity-time-since { 339 color: #717171; 340 } 341 338 342 #buddypress ul.item-list li { 339 343 overflow: hidden !important; … … 600 604 background-color: #f7f7f7; 601 605 border: 1px solid rgba(234, 234, 234, 0.6); 606 color: #717171; 602 607 padding: 0 0.2em; 603 608 } … … 674 679 } 675 680 681 #buddypress #activity-stream .activity-comments a { 682 color: #717171; 683 } 684 676 685 #buddypress #activity-stream .activity-comments.has-comments { 677 686 border-left: 1px solid #eaeaea; … … 713 722 #buddypress #activity-stream .activity-comments > ul .acomment-meta { 714 723 border-bottom: 1px solid #eaeaea; 724 color: #737373; 715 725 font-style: italic; 716 726 } … … 1048 1058 .groups.group-settings #group-settings-form div.radio ul, 1049 1059 .groups.group-settings #create-group-form div.radio ul { 1050 color: rgba(51, 51, 51, 0.6);1060 color: #767676; 1051 1061 font-size: 14px; 1052 1062 font-size: 1.4rem; -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r11006 r11133 523 523 @include default-font-sans(); 524 524 } 525 526 a.activity-time-since { 527 color: #717171; 528 } 525 529 } 526 530 } … … 824 828 background-color: $light-background; 825 829 border: 1px solid rgba($border-light, 0.6); 830 color: #717171; 826 831 padding: 0 0.2em; 827 832 } … … 904 909 margin: $spacing-val-sm 0 0; 905 910 911 a { 912 color: #717171; 913 } 914 906 915 &.has-comments { 907 916 border-left: 1px solid $border-light; … … 937 946 } 938 947 939 .acomment-meta {border-bottom: 1px solid $border-light; font-style: italic;} 948 .acomment-meta { 949 border-bottom: 1px solid $border-light; 950 color: #737373; 951 font-style: italic; 952 } 940 953 941 954 // Display the user avatar stacked up to 30em … … 1328 1341 1329 1342 ul { 1330 color: rgba($body-text, 0.6);1343 color: #767676; 1331 1344 @include font-size(14); 1332 1345 }
Note: See TracChangeset
for help on using the changeset viewer.