mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Adds tab indexing an initial focus
This commit is contained in:
+19
-1
@@ -15,7 +15,7 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#interest_form {
|
||||
#interest_form, #waiver {
|
||||
padding: 10px;
|
||||
display: block;
|
||||
border: 1px solid rgb(173, 216, 230);
|
||||
@@ -25,6 +25,24 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#submit_contact {
|
||||
height: 36px;
|
||||
width: 98px;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
#submit_contact:focus {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#interest_form_button:focus {
|
||||
color: green;
|
||||
}
|
||||
|
||||
#waiver_button:focus {
|
||||
color: green;
|
||||
}
|
||||
|
||||
/* errors */
|
||||
#waiver_error, #phone_error, #email_error,
|
||||
#first_name_error, #last_name_error, #email_list_error
|
||||
|
||||
Reference in New Issue
Block a user