About 208,000 results
Open links in new tab
  1. How to remove the border highlight on an input text element

    Sep 22, 2009 · How to remove the border highlight on an input text element Asked 16 years, 2 months ago Modified 1 year ago Viewed 969k times

  2. css - How to remove focus border (outline) around text/input …

    Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only happens on Chrome to show that the input box is active. Here's the input CSS I'm …

  3. How to remove border of top and both sides of a TextBox

    Aug 10, 2023 · I'm with struggle with how to remove border of top and both sides of TextBox in Windows Forms project I want the TextBox looks like this: My textbox code: …

  4. html - How to remove borders around textbox when adding …

    May 28, 2013 · Use border:none instead of outline:none. Also, to capitalize text, use text-transform:uppercase. Note: you will remain with a little border, because of the box-shadow you …

  5. css - remove borders around html input - Stack Overflow

    Jan 31, 2013 · 7 I use this css code to remove focus input border some times. Hope will help you -:

  6. html - Transparent, borderless text input - Stack Overflow

    Aug 10, 2010 · How can I remove the border around an <input type="text"> and make its background transparent?

  7. How to remove border from Textbox in WPF? - Stack Overflow

    Jul 27, 2015 · How to remove border from Textbox in WPF? Asked 10 years, 4 months ago Modified 6 years, 1 month ago Viewed 52k times

  8. html - remove inner shadow of text input - Stack Overflow

    Set border: 1px solid black to make all sides equals and remove any kind of custom border (other than solid). Also, set box-shadow: none to remove any inset shadow applied to it.

  9. how to remove border in textfield fieldset in material ui

    Dec 5, 2020 · For outlined input there a class named .MuiOutlinedInput-notchedOutline which sets the border in this question's case. To modify this class, pass the styles to the notchedOutline …

  10. Bootstrap: Remove form field border - Stack Overflow

    Learn how to remove form field borders in Bootstrap with simple CSS adjustments.