Title: CSS conflicts with admin text input fields
Last modified: August 31, 2016

---

# CSS conflicts with admin text input fields

 *  Resolved [Cory Hughart](https://wordpress.org/support/users/cr0ybot/)
 * (@cr0ybot)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-conflicts-with-admin-text-input-fields/)
 * The very first selector in the tabcontent.css file should be changed from:
 *     ```
       #dt_form select, input[type=text]
       {
       	width:95%;
       }
       ```
   
 * to:
 *     ```
       #dt_form select,
       #dt_form input[type=text]
       {
       	width:95%;
       }
       ```
   
 * This is causing other text inputs in the admin backend, such as the page number
   at the top of the posts page, to be too wide.
 * [https://wordpress.org/plugins/dt-world-clock/](https://wordpress.org/plugins/dt-world-clock/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Deligence Technologies](https://wordpress.org/support/users/deligence/)
 * (@deligence)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/css-conflicts-with-admin-text-input-fields/#post-7103005)
 * We have taken care this issue.
    Thank you for providing the suggestion.

Viewing 1 replies (of 1 total)

The topic ‘CSS conflicts with admin text input fields’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/dt-world-clock.svg)
 * [DT World Clock](https://wordpress.org/plugins/dt-world-clock/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/dt-world-clock/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/dt-world-clock/)
 * [Active Topics](https://wordpress.org/support/plugin/dt-world-clock/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/dt-world-clock/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/dt-world-clock/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 1 reply
 * 2 participants
 * Last reply from: [Deligence Technologies](https://wordpress.org/support/users/deligence/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/css-conflicts-with-admin-text-input-fields/#post-7103005)
 * Status: resolved