Skip to:
Content

BuddyPress.org

Changeset 9865


Ignore:
Timestamp:
05/12/2015 03:48:41 PM (10 years ago)
Author:
hnla
Message:

Add additional message class to BP styles

Commit adds a new ruleset to style '#messages.warning' this matches to the existing .error, .updated, .info classes and completes a set.

Colors chosen to as closely match and compliment the existing classes.

See #6423 Close #6423

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r9855 r9865  
    526526    background-color: #fdc;
    527527    border: 1px solid #a00;
     528    clear: right;
     529    color: #800;
     530}
     531#buddypress div#message.warning p {
     532    background-color: #ffe0af;
     533    border: 1px solid #ffd087;
    528534    clear: right;
    529535    color: #800;
  • trunk/src/bp-templates/bp-legacy/css/buddypress.css

    r9855 r9865  
    526526    background-color: #fdc;
    527527    border: 1px solid #a00;
     528    clear: left;
     529    color: #800;
     530}
     531#buddypress div#message.warning p {
     532    background-color: #ffe0af;
     533    border: 1px solid #ffd087;
    528534    clear: left;
    529535    color: #800;
Note: See TracChangeset for help on using the changeset viewer.