mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-22 16:41:32 +11:00
misc google & wikipedia changes
This commit is contained in:
parent
b13009cc4e
commit
555d6068ab
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "injections",
|
"name": "injections",
|
||||||
"version": "1.3",
|
"version": "1.4",
|
||||||
"description": "misc CSS injections.",
|
"description": "misc CSS injections.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
.IsZvec,
|
.IsZvec,
|
||||||
.appbar,
|
.appbar,
|
||||||
.dbg0pd,
|
.dbg0pd,
|
||||||
|
.cG5GOd,
|
||||||
.sfbg,
|
.sfbg,
|
||||||
.yg51vc,
|
.yg51vc,
|
||||||
.F9PbJd,
|
.F9PbJd,
|
||||||
|
|
|
@ -37,6 +37,10 @@
|
||||||
/* selected header tab */
|
/* selected header tab */
|
||||||
background: #37393f;
|
background: #37393f;
|
||||||
}
|
}
|
||||||
|
#searchInput::placeholder {
|
||||||
|
/* searchbox */
|
||||||
|
color: #3A3C3E;
|
||||||
|
}
|
||||||
#content {
|
#content {
|
||||||
/* main page */
|
/* main page */
|
||||||
background: #37393f;
|
background: #37393f;
|
||||||
|
@ -54,6 +58,12 @@
|
||||||
/* quick info box */
|
/* quick info box */
|
||||||
background-color: #37393f !important;
|
background-color: #37393f !important;
|
||||||
}
|
}
|
||||||
|
table.ambox,
|
||||||
|
.ambox {
|
||||||
|
/* article messagebox */
|
||||||
|
background-color: #27292F;
|
||||||
|
color: #eaeaea;
|
||||||
|
}
|
||||||
.toc,
|
.toc,
|
||||||
.tocnumber {
|
.tocnumber {
|
||||||
/* table of contents */
|
/* table of contents */
|
||||||
|
|
|
@ -28,6 +28,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.3",
|
"version": "1.3",
|
||||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.3/injections-1.3.xpi"
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.3/injections-1.3.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.4",
|
||||||
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.4/injections-1.4.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue