Showing 6,062 of 6,062 total issues
Color #eeeeee
should be written as #eee
Open
Open
background: #eeeeee image-url("jquery/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #c77405
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #c77405;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered background, border, color, font-weight Open
Open
border: 1px solid #fbd850;
- Create a ticketCreate a ticket
- Exclude checks
Opacity=35
should be written with a single space on each side of the operator: Opacity = 35
Open
Open
filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
- Create a ticketCreate a ticket
- Exclude checks
Prefer single quoted strings Open
Open
background-image: image-url("jquery/ui/ui-icons_228ef1_256x240.png");
- Create a ticketCreate a ticket
- Exclude checks
Merge rule .ui-widget-overlay
with rule on line 82 Open
Open
.ui-widget-overlay {
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: -5px 0 0 -5px;
- Create a ticketCreate a ticket
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$popover-arrow-outer-color: rgba(0,0,0,.25);
- Create a ticketCreate a ticket
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$modal-content-border-color: rgba(0,0,0,.2);
- Create a ticketCreate a ticket
- Exclude checks
Commas in function arguments should be followed by one space Open
Open
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6);
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
margin: 0;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
top: 0;
- Create a ticketCreate a ticket
- Exclude checks
Properties should be ordered padding, position Open
Open
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
float: left;
- Create a ticketCreate a ticket
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.ui-tabs .ui-tabs-nav li a {
- Create a ticketCreate a ticket
- Exclude checks
Merge rule .ui-tabs .ui-tabs-nav li.ui-tabs-active
with rule on line 732 Open
Open
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
- Create a ticketCreate a ticket
- Exclude checks
Color literals like #e78f08
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #e78f08;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
background: #f6f6f6 image-url("jquery/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
- Create a ticketCreate a ticket
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
font-weight: bold;
- Create a ticketCreate a ticket
- Exclude checks