#6423 closed enhancement (fixed)
Add new message class to buddypress.css
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | minor | Version: | |
Component: | Templates | Keywords: | has-patch commit |
Cc: |
Description
Currently BP offers these following main styled classes for messages:
- Info
- Updated
- Error
Proposal is to add one further class ‘warning’ to complete the set as it were so we have:
- general 'info'
- success/updated
- error (it’s gone wrong!)
- warning – (Be careful here, a note of caution)
Currently Imaths avatar project uses the class ‘warning’ this would be better moved into general BP styles keeping the avatar.css for it’s necessary rules/properties it needs to function rather than mixing in visual flourishes.
Patch adds new class in same manner as existing ones.
As this is under #buddypress namespace and as themes won't have used this class it should present no problems.
Attachments (1)
Change History (6)
#3
@
10 years ago
- Keywords commit added
@hnla Go ahead and commit this if you want it in 2.3. I haven't checked how well the colour looks with relation to the other success/warning colours in context (all of the existing colour choices appear a bit dubious, but...), I'll trust that you and imath think it ok.
Warning class.