Skip to content

Commit

Permalink
Bug 996622 - [rule view] Use new theme colors for marking changed rul…
Browse files Browse the repository at this point in the history
…es;r=pbrosset
  • Loading branch information
bgrins committed Apr 15, 2014
1 parent 368e07c commit 8cda837
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions browser/themes/shared/devtools/ruleview.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,20 @@
}

.ruleview-property {
border-left: 2px solid transparent;
border-left: 3px solid transparent;
clear: right;
}

.ruleview-property > * {
vertical-align: middle;
}

.ruleview-property[dirty] {
border-left-color: #68E268;
.theme-dark .ruleview-property[dirty] {
border-left-color: #70bf53; /* Green */
}

.theme-light .ruleview-property[dirty] {
border-left-color: #2cbb0f; /* Green */
}

.ruleview-namecontainer > .ruleview-propertyname,
Expand Down

0 comments on commit 8cda837

Please sign in to comment.