Skip to content

Commit 48b3a9a

Browse files
removed some stuff from the input focus section, it was leftover from my previous web design project
1 parent fef0877 commit 48b3a9a

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

tsa-site/tsa.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,20 @@ textarea:focus {
6464
background-color: rgb(203, 203, 254);
6565
}
6666

67-
input#zip:focus:valid,
68-
input#phone:focus:valid,
69-
input#email:focus:valid {
67+
input:focus:valid {
7068
background: rgb(209, 252, 209) url(media/valid.svg)
7169
/* image not here yet */
7270
no-repeat bottom right;
7371
background-size: contain;
7472
}
75-
76-
input#zip:focus:invalid,
77-
input#phone:focus:invalid,
78-
input#email:focus:invalid {
73+
input:focus:invalid {
7974
background: rgb(255, 199, 202) url(media/invalid.svg)
8075
/* image not here yet */
8176
no-repeat bottom right;
8277
background-size: contain;
8378
}
8479

8580

86-
8781
/* table styles */
8882
table#searchInput {
8983
width: 100%;
@@ -93,6 +87,7 @@ table#searchTable {
9387
width: 100%;
9488
text-align: center;
9589
border: 2px solid light-dark(black, white);
90+
background-color: light-dark(dodgerblue, darkblue);
9691
}
9792

9893

0 commit comments

Comments
 (0)