Bug 969426 - DevTools Themes: The strikethrough color in rule view is too dark in the light theme;r=pbrosset

This commit is contained in:
Brian Grinstead 2014-02-12 11:17:11 -06:00
parent 92f5250d86
commit 43efd4668d
3 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,10 @@
text-decoration: line-through;
}
.theme-light .ruleview-overridden {
-moz-text-decoration-color: #667380; /* Content (Text) - Dark Grey */
}
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;

View File

@ -113,6 +113,10 @@
text-decoration: line-through;
}
.theme-light .ruleview-overridden {
-moz-text-decoration-color: #667380; /* Content (Text) - Dark Grey */
}
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;

View File

@ -109,6 +109,10 @@
text-decoration: line-through;
}
.theme-light .ruleview-overridden {
-moz-text-decoration-color: #667380; /* Content (Text) - Dark Grey */
}
.styleinspector-propertyeditor {
border: 1px solid #CCC;
padding: 0;