Skip to:
Content

BuddyPress.org

Changeset 7246


Ignore:
Timestamp:
06/29/2013 07:28:40 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Mute the #message feedback colors. Only use neon for snap-bracelets, street signs, and beach towels.

File:
1 edited

Legend:

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

    r7209 r7246  
    515515}
    516516#buddypress div#message.error p {
    517         background-color: #ff0000;
     517        background-color: #ffa;
     518        border: 1px solid #960;
    518519        clear: left;
    519         color: #fff;
     520        color: #960;
    520521}
    521522#buddypress div#message.updated p {
    522         background-color: #99ff33;
     523        background-color: #efc;
     524        border: 1px solid #591;
     525        color: #591;
    523526}
    524527#buddypress .standard-form#signup_form div div.error {
    525         background: #ff0000;
    526         color: #fff;
     528        background: #faa;
     529        color: #a00;
    527530        margin: 0 0 10px 0;
    528531        padding: 6px;
     
    579582#buddypress .standard-form input[type=password],
    580583#buddypress .dir-search input[type=search],
    581 #buddypress .dir-search input[type=text]{
    582         border: 1px inset #ccc;
     584#buddypress .dir-search input[type=text] {
     585        border: 1px solid #ccc;
     586        background: #fafafa;
     587        border-radius: 0;
    583588        color: #888;
    584589        font: inherit;
Note: See TracChangeset for help on using the changeset viewer.