File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
8882table # 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
You can’t perform that action at this time.
0 commit comments