repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement extension registration from an extension.json file
[mediawiki.git]
/
resources
/
src
/
mediawiki.special
/
mediawiki.special.unwatchedPages.css
blob
054f45fc454b96cbe5904730f78bf1667c0cf8cc
1
.mw-watched-item
{
2
text-decoration
:
line-through
;
3
}
4
5
.mw-watch-link-disabled
{
6
pointer-events
:
none
;
7
/* Fallback for older browsers not supporting pointer-events: none */
8
cursor
:
default
;
9
}