mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Tweaks for background color since CSS isolation was introduced
This commit is contained in:
parent
a9da5c22fc
commit
d83c7584a0
|
@ -1,11 +1,11 @@
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
background: white !important;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background: white !important;
|
background: white;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
background: white !important;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background: white !important;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
a
|
a
|
||||||
|
@ -19,6 +19,11 @@ a:hover
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gdarticle
|
||||||
|
{
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
/* Dictionary's name heading */
|
/* Dictionary's name heading */
|
||||||
.gddictname
|
.gddictname
|
||||||
{
|
{
|
||||||
|
@ -45,11 +50,6 @@ a:hover
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gdarticle
|
|
||||||
{
|
|
||||||
background: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gdarticleseparator + script + .gdarticle .gddictname
|
.gdarticleseparator + script + .gdarticle .gddictname
|
||||||
{
|
{
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
html
|
html
|
||||||
{
|
{
|
||||||
background: white !important;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
body
|
body
|
||||||
|
@ -9,7 +9,7 @@ body
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
margin-bottom: 3px;
|
margin-bottom: 3px;
|
||||||
background: white !important;
|
background: white;
|
||||||
font-family: Tahoma, Segoe UI, Palatino Linotype, Arial Unicode MS;
|
font-family: Tahoma, Segoe UI, Palatino Linotype, Arial Unicode MS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue