MediaWiki:Gadget-dropdown-menus-pagestyles.css: Difference between revisions
>MusikAnimal (now attaching pseudoelement to .vector-menu-content, see phab:T255592) |
m (1 revision imported) |
(No difference)
|
Revision as of 23:34, 14 March 2021
/*********************************************************************
** ***WARNING: GLOBAL GADGET FILE*** **
** any changes to this file will affect many users **
** please discuss changes on the talk page or at **
** [[Wikipedia talk:Gadget]] before editing **
** (consider dropping the script author a note as well...) **
**********************************************************************
** Script: MoreMenu **
** Author: MusikAnimal **
** Documentation: [[meta:MoreMenu]] **
*********************************************************************/
/*** VECTOR ***/
/* User menu */
.client-js .skin-vector.ns-2 #p-views,
.client-js .skin-vector.ns-3 #p-views,
.client-js > .skin-vector.mw-special-Contributions #p-views,
.client-js > .skin-vector.mw-special-DeletedContributions #p-views,
.client-js > .skin-vector.mw-special-Block #p-views {
padding-right: 3.68em;
}
/* Page menu */
.client-js .skin-vector:not(.ns-special) #p-views .vector-menu-content::after {
content: '';
display: inline-block;
width: 3.85em;
}