Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7781361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:12:18+00:00 2026-06-01T19:12:18+00:00

I have this rule in my stylesheet: input:not([type=’button’]):not([type=’submit’]):not([type=’checkbox’]):not([type=’radio’]), select { padding:8px; width:224px; border:1px solid

  • 0

I have this rule in my stylesheet:

input:not([type='button']):not([type='submit']):not([type='checkbox']):not([type='radio']),
select {
    padding:8px;
    width:224px;
    border:1px solid #CCC;
    border-radius:5px;
}

This targets all the text fields on my page but I need to prevent it affecting inputs which are inside an element with a certain class. I’m using ckeditor and need to not affect the fields in the dialog boxes that it creates – this means I can’t just overwrite the rule afterwards.

I’ve tried adding :not(.cke_editor_pageContent_dialog input) but that doesn’t work for obvious reasons. I can’t seem to find an answer to this anywhere

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T19:12:20+00:00Added an answer on June 1, 2026 at 7:12 pm

    Such a long and complicated selector will quickly become unmaintainable in the long run.

    It would be much easier and cleaner to add a common class on the elements you want to style the same way.

    .text-field {
        padding:8px;
        width:224px;
        border:1px solid #CCC;
        border-radius:5px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have this css rule in my stylesheet for a link list. the first
I have this rule: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !index.php RewriteRule ^(.*)$ index.php?req=$1
I have added this rule in my web.config to redirect non www URLs to
I have managed to put this condition and rule below together to redirect a
I want to have URLs like this: some-company-name-deal-id-6.htm So the rewrite rule should ignore
I have a free shipping price rule which is configured like this: All customer
I think this may be relatively straight forward. I have a rewrite rule that
Have this query: SELECT HOUR( DATE ) AS hr, COUNT( * ) AS cnt
I have this rule which says use this CSS rule ONLY FOR PRINTING. @media
I have this problem in IE8 that ignores my first stylesheet link. I don't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.