I’m pretty sure that Luís Pureza has solved his issue, but I found a really easy way to solve it changing only this:
If you have a table border like this one:
INPUT,TEXTAREA {
border-top: 1px solid #aaa
}
Change it to this one:
INPUT,TEXTAREA {
border-top: thin solid #aaa
}
I found this solution across this link: https://productforums.google.com/forum/#!topic/chrome/r1neUxqo5Gc
I hope it helps
Related Contents:
- Placing border inside of div and not on its edge
- border curved css – circle with curved end
- HTML5 / CSS3 Circle with Partial Border
- How to increase space between dotted border dots
- Giving a border to an HTML table row,
- How can I apply a border only inside a table?
- How to make a border overlay child div?
- Flexbox: center horizontally and vertically
- Image inside div has extra space below the image
- Why not use tables for layout in HTML? [closed]
- Why is there an unexplainable gap between these inline-block div elements? [duplicate]
- How to hide a text and make it accessible by screen reader?
- How to center elements on the last row in CSS Grid?
- Center a DIV horizontally and vertically [duplicate]
- How does the “position: sticky;” property work?
- :after and :before CSS pseudo elements hack for Internet Explorer 7
- Why do absolute elements stack up on each other instead of stacking one after the other?
- Change bullets color of an HTML list without using span
- Using flex order property to re-arrange items for desktop and mobile views
- How to add 1px margin to a flex item that is flex: 0 0 25%?
- How can I display just a portion of an image in HTML/CSS?
- Responsive Separator for Horizontal List
- Media Queries for Different zoom Levels of Browser
- How to make an HTML anchor tag (or link) look like a button?
- CSS background-size: cover replacement for Mobile Safari
- How to apply two CSS classes to a single element
- Bootstrap navbar: nothing is displayed on smaller devices
- Rounded table corners CSS only
- Style input element to fill remaining width of its container
- I have position but z index is not working
- How to change color of disabled html controls in IE8 using css
- CSS Transition – eases in but doesn’t ease out?
- How to auto-resize an image while maintaining aspect ratio
- Position fixed doesn’t work when using -webkit-transform
- How to Animate Gradients using CSS
- How do I style the HTML form validation error messages with CSS?
- Bootstrap – 5 column layout
- What are the CSS properties that get elements out of the normal flow?
- Auto height on parent container with Absolute/Fixed Children
- HTML class attribute with spaces, it is a W3C valid class?
- Should image size be defined in the img tag height/width attributes or in CSS? [duplicate]
- How do I change the font-size of an element within ?
- Understanding grid negative values
- How can you hide the arrow that is displayed by default on the HTML5 element in Chrome?
- Using :after to clear floating elements
- How to add the text “ON” and “OFF” to toggle button
- How to move placeholder to top on focus AND while typing?
- Why is box-sizing acting different on table vs div?
- How can I increase a scrollbar’s width using CSS?
- Change color of bootstrap navbar on hover link?