Skip to content

Commit

Permalink
Fix tab borders in Carbon.
Browse files Browse the repository at this point in the history
The selector was insufficiently specific to override the global rule.
  • Loading branch information
cburschka committed May 26, 2015
1 parent 39e16ca commit f1b02ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/alt/Carbon.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
body { background: black }
body, button, input, select, textarea { color: #ffc }
h3, a { color: #fc0 }
.box, button, input, select, textarea.form-field, .ui-tabs-nav li {
.box, button, input, select, textarea.form-field, .ui-tabs .ui-tabs-nav li {
background: #212121;
border-color: gray;
}
.ui-tabs-nav .ui-tabs-active { background: #313131 }
.ui-tabs-nav li.ui-tabs-active { background: #313131 }
.ui-tabs-nav .ui-tabs-active a { color: white }
.row:nth-child(even) { background: #212121 }
.row:nth-child(odd) { background: black }
Expand Down

0 comments on commit f1b02ca

Please sign in to comment.