问题 GOAL: I am trying to create partial vertical borders on a form input. The desired effect is the following: PROBLEM: Pseudo before and after elements are not permitted for inputs so this is not an option. Alternatively, using height to limit the size of the input with border left and right cuts off the text. LIMITS: No extra HTML elements or images can be used, this has to work using just CSS. POSSIBLE SOLUTIONS: I tried to create a gradient border with limited steps but was unable to