The default behavior for box-sizing is content-box. This is applied when you deselect the rules in Chrome. Have you tried applying box-sizing: content-box in your own CSS file instead of inherit?
.ct-black-square
{
background-color: #88a0a9;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.ct-white-square
{
background-color: #fdfdfd;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
Related Posts:
- Make the css of the widget overwrite theme css
- ‘Customize’ button in admin bar for CSS
- plugin style conflicts, how to override? [closed]
- Globally register styles but enqueue them selectively
- Child Pages Short Code plug-in and hover capabilities?
- Making that Admin Bar transparent or a blue color
- How to make a dynamic css class whose name changes every visit to confuse scraper
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- Blocking Plugin Css to load custom in template directory
- How do I work with the SlideDeck plug-in?
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- Custom Plugin scripts from admin working in frontend
- how to add custom css at top above all css file for specific url
- Speed issues because of CSS & JavaScript
- Child Theme Changes Are Not Reflecting In Parent Theme
- Admin Theme customization
- Hooking in to replace the Sidebar/Widget areas
- WSOD after upgrading to 3.1
- WPBakery JS composer unused css [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- Check for security updates
- Trouble with plugin styles in admin area of WordPress
- Add a CSS class based on categroy id to archive pages
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- (FES EDD) New vendor submission page is blank
- There is any way to remove post-format filter? [closed]
- Plugin-generated pages use Not Found or Pages Archive templates?
- Is there any kind of theme on WordPress to sell my own movies?
- Create custom registration form for WordPress Multisite
- Removing included CSS file that doesn’t exist
- Classified ad website : which solutions to use? [closed]
- How to hide CSS by default and show on button press
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- How to create an input field, and base the output on spreadsheet data? [closed]
- Linux Permissions and Ownership for WordPress
- posts comments goes to trash
- WordPress site periodically goes down
- Masonry images not working
- WordPress plugin output formatting
- Advanced Custom Field DatePicker [closed]
- Fatal error: Call to undefined function cmsms_theme_page_layout_scheme()
- how to access all user dashboard on fronted page [closed]
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- All sites themes functions.php have been changed
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Homemade plugin while using Themify Ultra
- Ajax Search Lite: Customize Autoscroll
- Delete mobile menu button [closed]
- Widgets Scripts don’t load – but load when I reload the page
- Why namespaces are rarely used in WordPress plugins?
- What will happen if i deactivate my visual composer plug in? [closed]
- Ability to automatically redirect a URL
- Finding the URL to be used to check if plugin is installed with a theme
- Theme/Plugin installation through url on button click
- (Big issue) Blog is Getting Down Each day.. what should i do.?
- Custom wordpress Theme and Plugin repository
- How to get DEFER or ASYNC attribute to appear when I add a stylesheet with wp_enqueue_style from a plugin? [duplicate]
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- How can I position ShareThis buttons manually when using the plug-in? [closed]
- How to require users to login when not logged in
- Which filter affects the ‘entry-title’ post class
- Error when using plugin QuickCache with plugin Mobile Smart ? [closed]
- Adding CSS to custom post type admin page causes error
- Does WP delete deprecated plugin/theme files on plugin/theme upgrade?
- How to use my menu PHP code as sidebar?
- Is there any hook for theme activation ? or something similar?
- How to use get_template part in the plugin?
- How can I use get header from within my plugin?
- Redirect to another page using contact form 7? [closed]
- How do I find out what is in control over a certain part of a website?
- “No Add Button” for me to customize my WordPress with themes and pluggins
- How do I combine a theme with a plugin
- How can I list all installed plugins/themes/versions from CLI/API?
- Edit External CSS
- My single.php page does not show the related data to the post which is clicked
- Stop Plugin from Getting Styles from Other Plugin
- Where are theme codes located for WordPress?
- Overwrite category head title
- How do I use add_action on custom widget?
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- How to apply next/previous classes to LIs for pagination links?
- Basic gallery plugin suggestion [closed]
- Override plugin styles via my custom theme
- How to add CSS via custom plugin?
- Is there a way to get plugins and themes not built for multisite to work on a network subsite?
- How to check if my wordpress websiste is nulled or not?
- Plugin Theme CSS [closed]
- Why does my file_exist check fail?
- Full list of registered scripts or styles, but from an admin options page
- Remove specific plugins and themes from the Dashboard->Updates page [duplicate]
- Create a single website with 3 theme options in wordpress
- Overwrite a plugin’s CSS?
- using do_shortcode
- Combining several CSS files into one for optimization
- Create custom pages with a plugin
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- How to write “alt” tag in image for wordpress code?
- Does heavy theme and plugins affect server’s response time? [closed]
- How to protect WordPress from security scanner [closed]
- How to load different homepage on Mobile.?