//===========================================================
// Do NOT use wide rules:
input,
select,
textarea {
max-width: 280px;
}
// DO USE boxed rules
.submit-form input,
.submit-form select,
.submit-form textarea {
max-width: 280px;
}
//===========================================================
// Do NOT change standard libraries e.g. bootstrap
DO NOT:
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
/*border: 1px solid #d3d3d3;*/
background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
font-weight: normal;
color: #555555;
}
Someone is still expecting to see border :)
It's better to add class:
.no-border {
border: none !important; /* or try without important */
}
//===========================================================
//
//===========================================================
//
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.