User:Kuhlau/CopyTitle.js: Difference between revisions

Kuhlau (talk | contribs)
No edit summary
Kuhlau (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 18: Line 18:
#title-copy-content ,
#title-copy-content ,
#title-copy-all  {
#title-copy-all  {
    padding: 6px 0;
    color: var(--alt-link-color);
    color: #0645ad;
    cursor: pointer;
    cursor: pointer;
}
}
Line 25: Line 24:
#title-copy-all:hover {
#title-copy-all:hover {
    text-decoration: underline;
    text-decoration: underline;
    color: #0645ad;
}
}
`);
`);
Line 43: Line 41:
    id: 'title-copy-all',
    id: 'title-copy-all',
    class: 'mw-list-item title-copy-button',
    class: 'mw-list-item title-copy-button',
    text: 'Copy title with namespace'
    text: 'Copy title (namespace)'
}).appendTo($('#mw-panel #p-navigation .vector-menu-content-list'));
}).appendTo($('#mw-panel #p-navigation .vector-menu-content-list'));