Skip to:
Content

BuddyPress.org

Ticket #6423: 6423.01.patch

File 6423.01.patch, 528 bytes (added by hnla, 10 years ago)

Warning class.

  • src/bp-templates/bp-legacy/css/buddypress.css

     
    528528        clear: left;
    529529        color: #800;
    530530}
     531#buddypress div#message.warning p {
     532        background-color: #ffe0af;
     533        border: 1px solid #ffd087;
     534        clear: left;
     535        color: #800;
     536}
    531537#buddypress div#message.updated p {
    532538        background-color: #efc;
    533539        border: 1px solid #591;