mirror of
https://github.com/italicsjenga/injections.git
synced 2024-11-23 00:51:31 +11:00
wikipedia fade hidden bits (& one i missed)
This commit is contained in:
parent
c3fc24e41d
commit
e648b505f4
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "injections",
|
"name": "injections",
|
||||||
"version": "1.9",
|
"version": "1.10",
|
||||||
"description": "misc CSS injections.",
|
"description": "misc CSS injections.",
|
||||||
"icons": {
|
"icons": {
|
||||||
"48": "icons/icon48.png",
|
"48": "icons/icon48.png",
|
||||||
|
|
|
@ -145,16 +145,20 @@
|
||||||
.mw-portlet-interaction:hover,
|
.mw-portlet-interaction:hover,
|
||||||
.mw-portlet-tb:hover,
|
.mw-portlet-tb:hover,
|
||||||
.mw-portlet-coll-print_export:hover,
|
.mw-portlet-coll-print_export:hover,
|
||||||
.mw-portlet-lang:hover {
|
.mw-portlet-lang:hover,
|
||||||
|
.mw-portlet-wikibase-otherprojects:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-portlet-personal,
|
.mw-portlet-personal,
|
||||||
.mw-portlet-interaction,
|
.mw-portlet-interaction,
|
||||||
.mw-portlet-tb,
|
.mw-portlet-tb,
|
||||||
.mw-portlet-coll-print_export,
|
.mw-portlet-coll-print_export,
|
||||||
.mw-portlet-lang {
|
.mw-portlet-lang,
|
||||||
|
.mw-portlet-wikibase-otherprojects {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
transition: opacity 0.2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 145em) {
|
@media (min-width: 145em) {
|
||||||
|
|
|
@ -52,6 +52,10 @@
|
||||||
{
|
{
|
||||||
"version": "1.9",
|
"version": "1.9",
|
||||||
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.9/injections-1.9.xpi"
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.9/injections-1.9.xpi"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.10",
|
||||||
|
"update_link": "https://github.com/italicsjenga/injections/releases/download/1.10/injections-1.10.xpi"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue