Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable/override user agent stylesheet?

2963726Aug 10 2015 — edited Aug 10 2015

There are some alignment issues in Chrome (44.0.2403.130 m) due to this user agent style sheets. How do I disable/override them?


These are the user agent style sheets (which are not there in my .css file) which I got when I inspected the element.


td, th {

    display: inline;

    vertical-align: inherit;

}

Inherited from

user agent stylesheet

table {

    display: table;

    border-collapse: collapse;

    border-spacing: 2px;

    border-color: grey;

}

My Jdev version is 11.1.1.7.0

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2015
Added on Aug 10 2015
2 comments
21,218 views