mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
Increase CSS specifity to override MonoBook .special li
Bug: T331211 Change-Id: I3ad44c830f8d1f59b798820a2cba1c7950115492
This commit is contained in:
parent
c783580462
commit
f3383dbea2
|
@ -157,9 +157,10 @@ fieldset.mw-abusefilter-edit-buttons {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#mw-abusefilter-syntaxresult,
|
||||
ul li.mw-abusefilter-changeslist-nomatch,
|
||||
ul li.mw-abusefilter-changeslist-match {
|
||||
/* Needs reinforced CSS selectors to override MonoBook's .special li */
|
||||
/* @see T78304, T331211 */
|
||||
#mw-content-text li.mw-abusefilter-changeslist-nomatch,
|
||||
#mw-content-text li.mw-abusefilter-changeslist-match {
|
||||
/* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 25px;
|
||||
|
|
Loading…
Reference in a new issue