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