DSL: Add default color (black) for [com] tag in Lingvo style, fix colors for [*][ex] combination

This commit is contained in:
Abs62 2013-11-09 21:18:55 +04:00
parent 7699bd9ff4
commit 8e54204a72
2 changed files with 6 additions and 0 deletions

View file

@ -93,3 +93,8 @@ a:hover
{
color: inherit;
}
.dsl_com
{
color: black;
}

View file

@ -441,6 +441,7 @@ div.xdxf
.dsl_opt,
.dsl_opt .dsl_ex,
.dsl_opt .dsl_ex :not(a),
.dsl_opt .dsl_ex font[color] /* DSL Feature: Enforce the optional zone color even if the childen tags say otherwise */
{
color: gray;