Skip to content

Commit

Permalink
Fixed fieldset legend issue. Green border was appearing on a select b…
Browse files Browse the repository at this point in the history
…ox's first option.
  • Loading branch information
twolfson committed Oct 30, 2011
1 parent 5d5cd2d commit 93d5523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debugCSS.css
Expand Up @@ -74,7 +74,7 @@ ol > *:not(li),
ul > *:not(li),
dl > *:not(dt):not(dd):after,
form > *:not(fieldset):after,
fieldset *:not(legend):first-child:after,
fieldset > *:not(legend):first-child:after,
iframe:not([title]):after,
center:after,
u:after,
Expand Down Expand Up @@ -224,7 +224,7 @@ form > *:not(fieldset):after {
content: 'Should you be using a FIELDSET?';
}

fieldset *:not(legend):first-child:after {
fieldset > *:not(legend):first-child:after {
background: #88FF88;
content: 'Should your FIELDSET be using a LEGEND?';
}
Expand Down

0 comments on commit 93d5523

Please sign in to comment.