To remove textbox outline from chrome just add css outline zero. <style type="text/css"> .txtbox { width:25%; height:40px; border:none; padding ...
確定! 回上一頁