<!DOCTYPE html> <html> <head> <style> input:enabled{ border-radius:4px; border:1px solid rgba(100,100,100,0.5); padding:4px 8px; font-size:16px; outline:none; } </style> </head> <body> <input type="text" name="fname"> </body> </html>
Run
×
Share