html - Focus rectangle for input button on IE11 -


Focus rectangle on IE11 is very noticeable ..
I have reviewed my CSS file and any related style Could not find ..
focus problem

Is anyone encounter this? How can I solve it? This focus rectangle is not present on earlier IE versions ....
Update: Thanks to @TimB James, I have modified the CSS:

  input [type = "submit" ], Input [type = "button"], button {background color: # d3dce0; Border: 1px solid # 787878; Cursor: indicator; Font-size: 1.2mm; Font-weight: 600; Padding: 7px; Margin-right: 8px; Width: Auto; Profile: 0; Focus, focus, focus, focus, input [type = "submit"]: focus, input [type = "button"]: focus, button: focus {border: 1px solid # 7ac0da; Outline-style: dotted; Outline-width: thin; }   

Thanks a lot.

Use Settings: Anyone your CSS rules for those buttons (Or specify a different, less noticeable, outline) in

Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -