Changeset 11952
- Timestamp:
- 04/05/2018 07:39:37 AM (7 years ago)
- Location:
- trunk/src/bp-templates/bp-nouveau
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss
r11930 r11952 88 88 89 89 .bulk-actions-wrap { 90 border: 1px solid $bp-border-color;91 90 92 91 &.bp-show { … … 101 100 .select-wrap { 102 101 border: 0; 102 } 103 104 .select-wrap:focus, 105 .select-wrap:hover { 106 outline: 1px solid $med-light-grey; 103 107 } 104 108 … … 122 126 123 127 .bulk-apply { 128 border: 0; 124 129 border-radius: none; 125 border: 0;126 130 font-weight: 400; 127 131 line-height: 1.8; -
trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css
r11930 r11952 699 699 } 700 700 701 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap {702 border: 1px solid #eee;703 }704 705 701 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show { 706 702 display: inline-block; … … 713 709 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap { 714 710 border: 0; 711 } 712 713 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus, 714 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover { 715 outline: 1px solid #d6d6d6; 715 716 } 716 717 … … 731 732 732 733 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply { 734 border: 0; 733 735 border-radius: none; 734 border: 0;735 736 font-weight: 400; 736 737 line-height: 1.8; -
trunk/src/bp-templates/bp-nouveau/css/buddypress.css
r11930 r11952 699 699 } 700 700 701 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap {702 border: 1px solid #eee;703 }704 705 701 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show { 706 702 display: inline-block; … … 713 709 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap { 714 710 border: 0; 711 } 712 713 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus, 714 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover { 715 outline: 1px solid #d6d6d6; 715 716 } 716 717 … … 731 732 732 733 .buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply { 734 border: 0; 733 735 border-radius: none; 734 border: 0;735 736 font-weight: 400; 736 737 line-height: 1.8;
Note: See TracChangeset
for help on using the changeset viewer.