mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
DSL: Add default color (black) for [com] tag in Lingvo style, fix colors for [*][ex] combination
This commit is contained in:
parent
7699bd9ff4
commit
8e54204a72
|
@ -93,3 +93,8 @@ a:hover
|
|||
{
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.dsl_com
|
||||
{
|
||||
color: black;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue