Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/01/2018 07:14:05 PM (7 years ago)
Author:
hnla
Message:

Nouveau: Notifications bulk manage action

Commit adjusts look of the input button, removes border, aligns text to select option.

Adds a new nested ruleset for notifications bulk manage in _bp_filters.scss.

This object could be better handled along the lines of messages action, this commit addresses basic deficits only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_filters.scss

    r11920 r11921  
    175175    } // close .subnav-filters
    176176
     177    .notifications-options-nav {
     178
     179        input#notification-bulk-manage {
     180            border: 0;
     181            border-radius: 0;
     182            line-height: 1.6;
     183        }
     184    }
     185
    177186} // close .buddypress-wrap
Note: See TracChangeset for help on using the changeset viewer.