User:Mattflaschen-WMF/MediaWiki:Gadget-WatchlistChangesBold.css: Difference between revisions
Appearance
Content deleted Content added
←Created page with '/* _____________________________________________________________________________ * |...' |
add specificity |
||
Line 13: | Line 13: | ||
} |
} |
||
#mw-wlheader-showupdated, |
#mw-wlheader-showupdated, |
||
⚫ | |||
/* .ns-special here and below matches specificity of .mw-rcfilters-disabled #mw-wlheader-bold in MediaWiki:Gadget-WatchlistBase.css */ |
|||
⚫ | |||
display: inline; |
display: inline; |
||
} |
} |
||
Line 19: | Line 21: | ||
display: block; |
display: block; |
||
} |
} |
||
.mw-special-Watchlist .mw-changeslist-line-watched .mw-title { |
.ns-special.mw-special-Watchlist .mw-changeslist-line-watched .mw-title { |
||
font-weight: bold; |
font-weight: bold; |
||
} |
} |
Revision as of 00:47, 12 September 2017
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
* |_____________________________________________________________________________|
*
* Display pages on your watchlist that have changed since your last visit in '''bold'''.
*/
#mw-wlheader-green {
display: none;
}
#mw-wlheader-showupdated,
/* .ns-special here and below matches specificity of .mw-rcfilters-disabled #mw-wlheader-bold in MediaWiki:Gadget-WatchlistBase.css */
.ns-special #mw-wlheader-bold {
display: inline;
}
#mw-watchlist-resetbutton {
display: block;
}
.ns-special.mw-special-Watchlist .mw-changeslist-line-watched .mw-title {
font-weight: bold;
}