Skip to:
Content

BuddyPress.org

Changeset 2513


Ignore:
Timestamp:
02/01/2010 11:47:07 AM (15 years ago)
Author:
apeatling
Message:

Fixes #1674

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r2497 r2513  
    3434a { color: #1fb3dd; }
    3535a:hover, a:active { color: #888; }
     36a:focus { outline: 1px dotted #888; }
    3637
    3738.padder { padding: 20px; }
     
    152153                color: #555;
    153154            }
     155            ul#nav a:focus { outline: none; }
    154156
    155157/* > Container
     
    316318        font-weight: normal;
    317319        line-height: 170%;
     320        margin-bottom: 7px;
    318321    }
    319322
     
    811814    }
    812815
     816form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
     817    background: #fafafa;
     818    color: #555;
     819}
     820
    813821form#send-invite-form {
    814822    margin-top: 20px;
Note: See TracChangeset for help on using the changeset viewer.