Changeset 2513
- Timestamp:
- 02/01/2010 11:47:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/css/default.css
r2497 r2513 34 34 a { color: #1fb3dd; } 35 35 a:hover, a:active { color: #888; } 36 a:focus { outline: 1px dotted #888; } 36 37 37 38 .padder { padding: 20px; } … … 152 153 color: #555; 153 154 } 155 ul#nav a:focus { outline: none; } 154 156 155 157 /* > Container … … 316 318 font-weight: normal; 317 319 line-height: 170%; 320 margin-bottom: 7px; 318 321 } 319 322 … … 811 814 } 812 815 816 form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus { 817 background: #fafafa; 818 color: #555; 819 } 820 813 821 form#send-invite-form { 814 822 margin-top: 20px;
Note: See TracChangeset
for help on using the changeset viewer.