mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +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
|
||||
{
|
||||
background: white !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background: white !important;
|
||||
background: white;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
html
|
||||
{
|
||||
background: white !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
background: white !important;
|
||||
background: white;
|
||||
}
|
||||
|
||||
a
|
||||
|
@ -19,6 +19,11 @@ a:hover
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.gdarticle
|
||||
{
|
||||
background: white;
|
||||
}
|
||||
|
||||
/* Dictionary's name heading */
|
||||
.gddictname
|
||||
{
|
||||
|
@ -45,11 +50,6 @@ a:hover
|
|||
background: white;
|
||||
}
|
||||
|
||||
.gdarticle
|
||||
{
|
||||
background: white;
|
||||
}
|
||||
|
||||
.gdarticleseparator + script + .gdarticle .gddictname
|
||||
{
|
||||
border-top: 1px solid #ccc;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
html
|
||||
{
|
||||
background: white !important;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body
|
||||
|
@ -9,7 +9,7 @@ body
|
|||
margin-right: 3px;
|
||||
margin-left: 2px;
|
||||
margin-bottom: 3px;
|
||||
background: white !important;
|
||||
background: white;
|
||||
font-family: Tahoma, Segoe UI, Palatino Linotype, Arial Unicode MS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue